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