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