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