#[repr(C)]pub struct controller_manager_msgs__msg__ControllerState {
pub name: rosidl_runtime_c__String,
pub state: rosidl_runtime_c__String,
pub type_: rosidl_runtime_c__String,
pub claimed_interfaces: rosidl_runtime_c__String__Sequence,
pub required_command_interfaces: rosidl_runtime_c__String__Sequence,
pub required_state_interfaces: rosidl_runtime_c__String__Sequence,
pub is_chainable: bool,
pub is_chained: bool,
pub reference_interfaces: rosidl_runtime_c__String__Sequence,
pub chain_connections: controller_manager_msgs__msg__ChainConnection__Sequence,
}
Fields§
§name: rosidl_runtime_c__String
§state: rosidl_runtime_c__String
§type_: rosidl_runtime_c__String
§claimed_interfaces: rosidl_runtime_c__String__Sequence
§required_command_interfaces: rosidl_runtime_c__String__Sequence
§required_state_interfaces: rosidl_runtime_c__String__Sequence
§is_chainable: bool
§is_chained: bool
§reference_interfaces: rosidl_runtime_c__String__Sequence
§chain_connections: controller_manager_msgs__msg__ChainConnection__Sequence
Auto Trait Implementations§
impl Freeze for controller_manager_msgs__msg__ControllerState
impl RefUnwindSafe for controller_manager_msgs__msg__ControllerState
impl !Send for controller_manager_msgs__msg__ControllerState
impl !Sync for controller_manager_msgs__msg__ControllerState
impl Unpin for controller_manager_msgs__msg__ControllerState
impl UnwindSafe for controller_manager_msgs__msg__ControllerState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more