#[repr(C)]
pub struct rcl_context_t { pub global_arguments: rcl_arguments_t, pub instance_id_storage: [u8; 8], /* private fields */ }
Expand description

Encapsulates the non-global state of an init/shutdown cycle.

Fields

global_arguments: rcl_arguments_t

Global arguments for all nodes which share this context.

instance_id_storage: [u8; 8]

Private storage for instance ID atomic.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.