#[repr(u8)]pub enum SosccsrLk {
WRITE_ENABLED = 0,
WRITE_DISABLED = 1,
}Variants§
WRITE_ENABLED = 0
This Control Status Register can be written
WRITE_DISABLED = 1
This Control Status Register cannot be written
Implementations§
Trait Implementations§
Source§impl Ord for SosccsrLk
impl Ord for SosccsrLk
Source§impl PartialOrd for SosccsrLk
impl PartialOrd for SosccsrLk
impl Copy for SosccsrLk
impl Eq for SosccsrLk
impl StructuralPartialEq for SosccsrLk
Auto Trait Implementations§
impl Freeze for SosccsrLk
impl RefUnwindSafe for SosccsrLk
impl Send for SosccsrLk
impl Sync for SosccsrLk
impl Unpin for SosccsrLk
impl UnwindSafe for SosccsrLk
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