Enum Anfe
#[repr(u8)]pub enum Anfe {
AcceptFifo0 = 0,
AcceptFifo1 = 1,
Reject = 2,
_RESERVED_3 = 3,
}Variants§
AcceptFifo0 = 0
Accept in Rx FIFO 0
AcceptFifo1 = 1
Accept in Rx FIFO 1
Reject = 2
Reject
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Anfe
impl Eq for Anfe
§impl Ord for Anfe
impl Ord for Anfe
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Anfe
impl PartialOrd for Anfe
impl StructuralPartialEq for Anfe
Auto Trait Implementations§
impl Freeze for Anfe
impl RefUnwindSafe for Anfe
impl Send for Anfe
impl Sync for Anfe
impl Unpin for Anfe
impl UnsafeUnpin for Anfe
impl UnwindSafe for Anfe
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