#[repr(u8)]pub enum Datatglerrmsk {
MASK = 0,
NOMASK = 1,
}Variants§
Implementations§
Source§impl Datatglerrmsk
impl Datatglerrmsk
Trait Implementations§
Source§impl Clone for Datatglerrmsk
impl Clone for Datatglerrmsk
Source§fn clone(&self) -> Datatglerrmsk
fn clone(&self) -> Datatglerrmsk
Returns a copy 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 Datatglerrmsk
impl Debug for Datatglerrmsk
Source§impl From<Datatglerrmsk> for u8
impl From<Datatglerrmsk> for u8
Source§fn from(val: Datatglerrmsk) -> u8
fn from(val: Datatglerrmsk) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Datatglerrmsk
impl From<u8> for Datatglerrmsk
Source§fn from(val: u8) -> Datatglerrmsk
fn from(val: u8) -> Datatglerrmsk
Converts to this type from the input type.
Source§impl Ord for Datatglerrmsk
impl Ord for Datatglerrmsk
Source§fn cmp(&self, other: &Datatglerrmsk) -> Ordering
fn cmp(&self, other: &Datatglerrmsk) -> 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 Datatglerrmsk
impl PartialEq for Datatglerrmsk
Source§impl PartialOrd for Datatglerrmsk
impl PartialOrd for Datatglerrmsk
impl Copy for Datatglerrmsk
impl Eq for Datatglerrmsk
impl StructuralPartialEq for Datatglerrmsk
Auto Trait Implementations§
impl Freeze for Datatglerrmsk
impl RefUnwindSafe for Datatglerrmsk
impl Send for Datatglerrmsk
impl Sync for Datatglerrmsk
impl Unpin for Datatglerrmsk
impl UnwindSafe for Datatglerrmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)