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