#[repr(C)]pub struct SrW { /* private fields */ }
Implementations§
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