Enum r2r_rcl::rcl_clock_change_e
source · #[repr(u32)]pub enum rcl_clock_change_e {
RCL_ROS_TIME_NO_CHANGE = 1,
RCL_ROS_TIME_ACTIVATED = 2,
RCL_ROS_TIME_DEACTIVATED = 3,
RCL_SYSTEM_TIME_NO_CHANGE = 4,
}
Variants§
RCL_ROS_TIME_NO_CHANGE = 1
RCL_ROS_TIME_ACTIVATED = 2
RCL_ROS_TIME_DEACTIVATED = 3
RCL_SYSTEM_TIME_NO_CHANGE = 4
Trait Implementations§
source§impl Clone for rcl_clock_change_e
impl Clone for rcl_clock_change_e
source§fn clone(&self) -> rcl_clock_change_e
fn clone(&self) -> rcl_clock_change_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_change_e
impl Debug for rcl_clock_change_e
source§impl Hash for rcl_clock_change_e
impl Hash for rcl_clock_change_e
source§impl PartialEq for rcl_clock_change_e
impl PartialEq for rcl_clock_change_e
impl Copy for rcl_clock_change_e
impl Eq for rcl_clock_change_e
impl StructuralPartialEq for rcl_clock_change_e
Auto Trait Implementations§
impl Freeze for rcl_clock_change_e
impl RefUnwindSafe for rcl_clock_change_e
impl Send for rcl_clock_change_e
impl Sync for rcl_clock_change_e
impl Unpin for rcl_clock_change_e
impl UnwindSafe for rcl_clock_change_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)