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