pub enum MeasureInProgress {
CycleDone = 0,
InProgress = 1,
}Expand description
Measurement In Progress
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for MeasureInProgress
impl Clone for MeasureInProgress
Source§fn clone(&self) -> MeasureInProgress
fn clone(&self) -> MeasureInProgress
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 MeasureInProgress
impl Debug for MeasureInProgress
Source§impl From<MeasureInProgress> for bool
impl From<MeasureInProgress> for bool
Source§fn from(variant: MeasureInProgress) -> Self
fn from(variant: MeasureInProgress) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MeasureInProgress
impl PartialEq for MeasureInProgress
impl Copy for MeasureInProgress
impl Eq for MeasureInProgress
impl StructuralPartialEq for MeasureInProgress
Auto Trait Implementations§
impl Freeze for MeasureInProgress
impl RefUnwindSafe for MeasureInProgress
impl Send for MeasureInProgress
impl Sync for MeasureInProgress
impl Unpin for MeasureInProgress
impl UnwindSafe for MeasureInProgress
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