#[repr(u8)]pub enum CtrlstatMeasureInProgress {
IDLE = 0,
ONGOING = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CtrlstatMeasureInProgress
impl Clone for CtrlstatMeasureInProgress
Source§fn clone(&self) -> CtrlstatMeasureInProgress
fn clone(&self) -> CtrlstatMeasureInProgress
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 CtrlstatMeasureInProgress
impl Debug for CtrlstatMeasureInProgress
Source§impl From<CtrlstatMeasureInProgress> for u8
impl From<CtrlstatMeasureInProgress> for u8
Source§fn from(val: CtrlstatMeasureInProgress) -> u8
fn from(val: CtrlstatMeasureInProgress) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlstatMeasureInProgress
impl From<u8> for CtrlstatMeasureInProgress
Source§fn from(val: u8) -> CtrlstatMeasureInProgress
fn from(val: u8) -> CtrlstatMeasureInProgress
Converts to this type from the input type.
Source§impl Ord for CtrlstatMeasureInProgress
impl Ord for CtrlstatMeasureInProgress
Source§fn cmp(&self, other: &CtrlstatMeasureInProgress) -> Ordering
fn cmp(&self, other: &CtrlstatMeasureInProgress) -> 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 PartialOrd for CtrlstatMeasureInProgress
impl PartialOrd for CtrlstatMeasureInProgress
impl Copy for CtrlstatMeasureInProgress
impl Eq for CtrlstatMeasureInProgress
impl StructuralPartialEq for CtrlstatMeasureInProgress
Auto Trait Implementations§
impl Freeze for CtrlstatMeasureInProgress
impl RefUnwindSafe for CtrlstatMeasureInProgress
impl Send for CtrlstatMeasureInProgress
impl Sync for CtrlstatMeasureInProgress
impl Unpin for CtrlstatMeasureInProgress
impl UnwindSafe for CtrlstatMeasureInProgress
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