Enum Daif
#[repr(u8)]pub enum Daif {
Normal = 0,
Invert = 1,
}Variants§
Normal = 0
Normal filtering of frames
Invert = 1
Address check block operates in inverse filtering mode for the DA address comparison
Implementations§
Trait Implementations§
impl Copy for Daif
impl Eq for Daif
§impl Ord for Daif
impl Ord for Daif
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 Daif
impl PartialOrd for Daif
impl StructuralPartialEq for Daif
Auto Trait Implementations§
impl Freeze for Daif
impl RefUnwindSafe for Daif
impl Send for Daif
impl Sync for Daif
impl Unpin for Daif
impl UnsafeUnpin for Daif
impl UnwindSafe for Daif
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