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