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