#[repr(u32)]pub enum rcl_clock_type_e {
RCL_CLOCK_UNINITIALIZED = 0,
RCL_ROS_TIME = 1,
RCL_SYSTEM_TIME = 2,
RCL_STEADY_TIME = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for rcl_clock_type_e
impl Clone for rcl_clock_type_e
Source§fn clone(&self) -> rcl_clock_type_e
fn clone(&self) -> rcl_clock_type_e
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for rcl_clock_type_e
impl Debug for rcl_clock_type_e
Source§impl Hash for rcl_clock_type_e
impl Hash for rcl_clock_type_e
Source§impl PartialEq for rcl_clock_type_e
impl PartialEq for rcl_clock_type_e
impl Copy for rcl_clock_type_e
impl Eq for rcl_clock_type_e
impl StructuralPartialEq for rcl_clock_type_e
Auto Trait Implementations§
impl Freeze for rcl_clock_type_e
impl RefUnwindSafe for rcl_clock_type_e
impl Send for rcl_clock_type_e
impl Sync for rcl_clock_type_e
impl Unpin for rcl_clock_type_e
impl UnwindSafe for rcl_clock_type_e
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