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