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