pub struct LCK_R(/* private fields */);Expand description
Field LCK reader - Locked
Implementations§
Methods from Deref<Target = FieldReader<bool, LCK_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LCK_R
impl RefUnwindSafe for LCK_R
impl Send for LCK_R
impl Sync for LCK_R
impl Unpin for LCK_R
impl UnwindSafe for LCK_R
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