#[repr(u8)]pub enum MiscCtrlRegEnableNsPrivCheck {
_RESERVED_0 = 0,
ENABLE = 1,
DISABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MiscCtrlRegEnableNsPrivCheck
impl Clone for MiscCtrlRegEnableNsPrivCheck
Source§fn clone(&self) -> MiscCtrlRegEnableNsPrivCheck
fn clone(&self) -> MiscCtrlRegEnableNsPrivCheck
Returns a duplicate 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 MiscCtrlRegEnableNsPrivCheck
impl Debug for MiscCtrlRegEnableNsPrivCheck
Source§impl From<MiscCtrlRegEnableNsPrivCheck> for u8
impl From<MiscCtrlRegEnableNsPrivCheck> for u8
Source§fn from(val: MiscCtrlRegEnableNsPrivCheck) -> u8
fn from(val: MiscCtrlRegEnableNsPrivCheck) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MiscCtrlRegEnableNsPrivCheck
impl From<u8> for MiscCtrlRegEnableNsPrivCheck
Source§fn from(val: u8) -> MiscCtrlRegEnableNsPrivCheck
fn from(val: u8) -> MiscCtrlRegEnableNsPrivCheck
Converts to this type from the input type.
Source§impl Ord for MiscCtrlRegEnableNsPrivCheck
impl Ord for MiscCtrlRegEnableNsPrivCheck
Source§fn cmp(&self, other: &MiscCtrlRegEnableNsPrivCheck) -> Ordering
fn cmp(&self, other: &MiscCtrlRegEnableNsPrivCheck) -> 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 MiscCtrlRegEnableNsPrivCheck
impl PartialEq for MiscCtrlRegEnableNsPrivCheck
Source§fn eq(&self, other: &MiscCtrlRegEnableNsPrivCheck) -> bool
fn eq(&self, other: &MiscCtrlRegEnableNsPrivCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MiscCtrlRegEnableNsPrivCheck
impl PartialOrd for MiscCtrlRegEnableNsPrivCheck
impl Copy for MiscCtrlRegEnableNsPrivCheck
impl Eq for MiscCtrlRegEnableNsPrivCheck
impl StructuralPartialEq for MiscCtrlRegEnableNsPrivCheck
Auto Trait Implementations§
impl Freeze for MiscCtrlRegEnableNsPrivCheck
impl RefUnwindSafe for MiscCtrlRegEnableNsPrivCheck
impl Send for MiscCtrlRegEnableNsPrivCheck
impl Sync for MiscCtrlRegEnableNsPrivCheck
impl Unpin for MiscCtrlRegEnableNsPrivCheck
impl UnwindSafe for MiscCtrlRegEnableNsPrivCheck
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