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