#[repr(u8)]pub enum DisableSimpleMasterStrictMode {
TierMode = 1,
StrictMode = 2,
}Expand description
Disable simple master strict mode.
Value on reset: 2
Variants§
Trait Implementations§
Source§impl Clone for DisableSimpleMasterStrictMode
impl Clone for DisableSimpleMasterStrictMode
Source§fn clone(&self) -> DisableSimpleMasterStrictMode
fn clone(&self) -> DisableSimpleMasterStrictMode
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<DisableSimpleMasterStrictMode> for u8
impl From<DisableSimpleMasterStrictMode> for u8
Source§fn from(variant: DisableSimpleMasterStrictMode) -> Self
fn from(variant: DisableSimpleMasterStrictMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisableSimpleMasterStrictMode
impl PartialEq for DisableSimpleMasterStrictMode
Source§fn eq(&self, other: &DisableSimpleMasterStrictMode) -> bool
fn eq(&self, other: &DisableSimpleMasterStrictMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DisableSimpleMasterStrictMode
impl Eq for DisableSimpleMasterStrictMode
impl IsEnum for DisableSimpleMasterStrictMode
impl StructuralPartialEq for DisableSimpleMasterStrictMode
Auto Trait Implementations§
impl Freeze for DisableSimpleMasterStrictMode
impl RefUnwindSafe for DisableSimpleMasterStrictMode
impl Send for DisableSimpleMasterStrictMode
impl Sync for DisableSimpleMasterStrictMode
impl Unpin for DisableSimpleMasterStrictMode
impl UnwindSafe for DisableSimpleMasterStrictMode
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