pub enum MeasureInProgress {
Idle = 0,
Ongoing = 1,
}Expand description
Measurement in Progress Status
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MeasureInProgress
Source§impl Debug for MeasureInProgress
impl Debug for MeasureInProgress
impl Eq 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
Source§fn eq(&self, other: &MeasureInProgress) -> bool
fn eq(&self, other: &MeasureInProgress) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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