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