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