#[repr(u8)]pub enum Srl {
SRL_0 = 0,
SRL_1 = 1,
}Variants§
SRL_0 = 0
Status Register is locked and writes are ignored.
SRL_1 = 1
Status Register is not locked and writes complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Srl
impl Ord for Srl
Source§impl PartialOrd for Srl
impl PartialOrd for Srl
impl Copy for Srl
impl Eq for Srl
impl StructuralPartialEq for Srl
Auto Trait Implementations§
impl Freeze for Srl
impl RefUnwindSafe for Srl
impl Send for Srl
impl Sync for Srl
impl Unpin for Srl
impl UnwindSafe for Srl
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