pub struct SCSR { /* private fields */ }
Expand description
SCSR
Implementations§
Auto Trait Implementations§
impl !Freeze for SCSR
impl !RefUnwindSafe for SCSR
impl Send for SCSR
impl !Sync for SCSR
impl Unpin for SCSR
impl UnwindSafe for SCSR
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