#[repr(u8)]pub enum Fof0 {
NO_OVERFLOW = 0,
OVERFLOW_DETECTED = 1,
}Variants§
NO_OVERFLOW = 0
No result FIFO 0 overflow has occurred since the last time the flag was cleared.
OVERFLOW_DETECTED = 1
At least one result FIFO 0 overflow has occurred since the last time the flag was cleared.
Implementations§
Trait Implementations§
Source§impl Ord for Fof0
impl Ord for Fof0
Source§impl PartialOrd for Fof0
impl PartialOrd for Fof0
impl Copy for Fof0
impl Eq for Fof0
impl StructuralPartialEq for Fof0
Auto Trait Implementations§
impl Freeze for Fof0
impl RefUnwindSafe for Fof0
impl Send for Fof0
impl Sync for Fof0
impl Unpin for Fof0
impl UnwindSafe for Fof0
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