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