#[repr(u8)]pub enum SirccsrLk {
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 SirccsrLk
impl Ord for SirccsrLk
Source§impl PartialOrd for SirccsrLk
impl PartialOrd for SirccsrLk
impl Copy for SirccsrLk
impl Eq for SirccsrLk
impl StructuralPartialEq for SirccsrLk
Auto Trait Implementations§
impl Freeze for SirccsrLk
impl RefUnwindSafe for SirccsrLk
impl Send for SirccsrLk
impl Sync for SirccsrLk
impl Unpin for SirccsrLk
impl UnwindSafe for SirccsrLk
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