pub enum OVRR {
NoOverrun = 0,
Overrun = 1,
}
Expand description
Overrun/Underrun
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OVRR
impl Eq for OVRR
impl StructuralPartialEq for OVRR
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