#[repr(C)]pub struct SrR { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SrR
impl RefUnwindSafe for SrR
impl Send for SrR
impl Sync for SrR
impl Unpin for SrR
impl UnwindSafe for SrR
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