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