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