pub enum ORE {
NoOverrun = 0,
Overrun = 1,
}
Expand description
ORE
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ORE
impl Eq for ORE
impl StructuralPartialEq for ORE
Auto Trait Implementations§
impl Freeze for ORE
impl RefUnwindSafe for ORE
impl Send for ORE
impl Sync for ORE
impl Unpin for ORE
impl UnwindSafe for ORE
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