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