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