#[repr(u8)]pub enum LB_A {
RWLOCK = 58,
NOLOCK = 197,
}
Expand description
Lock Bits
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LB_A
impl Eq for LB_A
impl StructuralPartialEq for LB_A
Auto Trait Implementations§
impl Freeze for LB_A
impl RefUnwindSafe for LB_A
impl Send for LB_A
impl Sync for LB_A
impl Unpin for LB_A
impl UnwindSafe for LB_A
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