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