pub struct Lck2R { /* private fields */ }
Expand description
Value of the field LCK2
Implementations§
Auto Trait Implementations§
impl Freeze for Lck2R
impl RefUnwindSafe for Lck2R
impl Send for Lck2R
impl Sync for Lck2R
impl Unpin for Lck2R
impl UnwindSafe for Lck2R
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