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