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