#[repr(u8)]pub enum Errint {
ERRINT_0 = 0,
ERRINT_1 = 1,
}Variants§
ERRINT_0 = 0
No such occurrence
ERRINT_1 = 1
Indicates setting of any Error Bit in the Error and Status Register
Implementations§
Trait Implementations§
Source§impl Ord for Errint
impl Ord for Errint
Source§impl PartialOrd for Errint
impl PartialOrd for Errint
impl Copy for Errint
impl Eq for Errint
impl StructuralPartialEq for Errint
Auto Trait Implementations§
impl Freeze for Errint
impl RefUnwindSafe for Errint
impl Send for Errint
impl Sync for Errint
impl Unpin for Errint
impl UnwindSafe for Errint
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