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