#[repr(C)]pub struct LckrW { /* private fields */ }
Implementations§
Source§impl LckrW
impl LckrW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LckrW
impl RefUnwindSafe for LckrW
impl Send for LckrW
impl Sync for LckrW
impl Unpin for LckrW
impl UnwindSafe for LckrW
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