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