#[repr(u8)]pub enum TrimUnlock {
LOCKED = 0,
NOT_LOCKED = 1,
}Variants§
LOCKED = 0
SCG Trim registers are locked and not writable.
NOT_LOCKED = 1
SCG Trim registers are unlocked and writable.
Implementations§
Source§impl TrimUnlock
impl TrimUnlock
Trait Implementations§
Source§impl Clone for TrimUnlock
impl Clone for TrimUnlock
Source§fn clone(&self) -> TrimUnlock
fn clone(&self) -> TrimUnlock
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 TrimUnlock
impl Debug for TrimUnlock
Source§impl From<TrimUnlock> for u8
impl From<TrimUnlock> for u8
Source§fn from(val: TrimUnlock) -> u8
fn from(val: TrimUnlock) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TrimUnlock
impl From<u8> for TrimUnlock
Source§fn from(val: u8) -> TrimUnlock
fn from(val: u8) -> TrimUnlock
Converts to this type from the input type.
Source§impl Ord for TrimUnlock
impl Ord for TrimUnlock
Source§fn cmp(&self, other: &TrimUnlock) -> Ordering
fn cmp(&self, other: &TrimUnlock) -> 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 TrimUnlock
impl PartialEq for TrimUnlock
Source§impl PartialOrd for TrimUnlock
impl PartialOrd for TrimUnlock
impl Copy for TrimUnlock
impl Eq for TrimUnlock
impl StructuralPartialEq for TrimUnlock
Auto Trait Implementations§
impl Freeze for TrimUnlock
impl RefUnwindSafe for TrimUnlock
impl Send for TrimUnlock
impl Sync for TrimUnlock
impl Unpin for TrimUnlock
impl UnwindSafe for TrimUnlock
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