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