#[repr(u8)]pub enum CtrlRMeasureInProgress {
CYCLE_DONE = 0,
IN_PROGRESS = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CtrlRMeasureInProgress
impl Clone for CtrlRMeasureInProgress
Source§fn clone(&self) -> CtrlRMeasureInProgress
fn clone(&self) -> CtrlRMeasureInProgress
Returns a duplicate 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 CtrlRMeasureInProgress
impl Debug for CtrlRMeasureInProgress
Source§impl From<CtrlRMeasureInProgress> for u8
impl From<CtrlRMeasureInProgress> for u8
Source§fn from(val: CtrlRMeasureInProgress) -> u8
fn from(val: CtrlRMeasureInProgress) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlRMeasureInProgress
impl From<u8> for CtrlRMeasureInProgress
Source§fn from(val: u8) -> CtrlRMeasureInProgress
fn from(val: u8) -> CtrlRMeasureInProgress
Converts to this type from the input type.
Source§impl Ord for CtrlRMeasureInProgress
impl Ord for CtrlRMeasureInProgress
Source§fn cmp(&self, other: &CtrlRMeasureInProgress) -> Ordering
fn cmp(&self, other: &CtrlRMeasureInProgress) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CtrlRMeasureInProgress
impl PartialEq for CtrlRMeasureInProgress
Source§impl PartialOrd for CtrlRMeasureInProgress
impl PartialOrd for CtrlRMeasureInProgress
impl Copy for CtrlRMeasureInProgress
impl Eq for CtrlRMeasureInProgress
impl StructuralPartialEq for CtrlRMeasureInProgress
Auto Trait Implementations§
impl Freeze for CtrlRMeasureInProgress
impl RefUnwindSafe for CtrlRMeasureInProgress
impl Send for CtrlRMeasureInProgress
impl Sync for CtrlRMeasureInProgress
impl Unpin for CtrlRMeasureInProgress
impl UnwindSafe for CtrlRMeasureInProgress
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