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