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