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