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