#[repr(u8)]pub enum Lrw {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Writes to the Lock register are ignored.
NORMAL = 1
Writes to the Lock register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Lrw
impl Ord for Lrw
Source§impl PartialOrd for Lrw
impl PartialOrd for Lrw
impl Copy for Lrw
impl Eq for Lrw
impl StructuralPartialEq for Lrw
Auto Trait Implementations§
impl Freeze for Lrw
impl RefUnwindSafe for Lrw
impl Send for Lrw
impl Sync for Lrw
impl Unpin for Lrw
impl UnwindSafe for Lrw
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