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