pub enum OVRW {
NOOVERRUN,
OVERRUN,
}
Expand description
Values that can be written to the field OVR
Variants§
Auto Trait Implementations§
impl Freeze for OVRW
impl RefUnwindSafe for OVRW
impl Send for OVRW
impl Sync for OVRW
impl Unpin for OVRW
impl UnwindSafe for OVRW
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