Struct rclrust_msg::lifecycle_msgs::msg::State
source · [−]Fields
id: u8
label: String
Implementations
sourceimpl State
impl State
pub const PRIMARY_STATE_UNKNOWN: u8 = 0u8
pub const PRIMARY_STATE_UNCONFIGURED: u8 = 1u8
pub const PRIMARY_STATE_INACTIVE: u8 = 2u8
pub const PRIMARY_STATE_ACTIVE: u8 = 3u8
pub const PRIMARY_STATE_FINALIZED: u8 = 4u8
pub const TRANSITION_STATE_CONFIGURING: u8 = 10u8
pub const TRANSITION_STATE_CLEANINGUP: u8 = 11u8
pub const TRANSITION_STATE_SHUTTINGDOWN: u8 = 12u8
pub const TRANSITION_STATE_ACTIVATING: u8 = 13u8
pub const TRANSITION_STATE_DEACTIVATING: u8 = 14u8
pub const TRANSITION_STATE_ERRORPROCESSING: u8 = 15u8
Trait Implementations
sourceimpl InternalDefault for State
impl InternalDefault for State
impl StructuralPartialEq for State
Auto Trait Implementations
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more