#[repr(C)]
pub struct rcl_params_t { pub node_names: *mut *mut c_char, pub params: *mut rcl_node_params_t, pub num_nodes: usize, pub allocator: rcutils_allocator_t, }
Expand description

stores all the parameters of all nodes of a process

Fields

node_names: *mut *mut c_char

List of names of the node

params: *mut rcl_node_params_t

Array of parameters

num_nodes: usize

Number of nodes

allocator: rcutils_allocator_t

Allocator used

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.