Enum stm32_metapac::eth::vals::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 Ord for Daif
impl Ord for Daif
§impl PartialOrd for Daif
impl PartialOrd for Daif
impl Copy for Daif
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)