Enum stm32_metapac::eth::vals::Hm
#[repr(u8)]pub enum Hm {
PERFECT = 0,
HASH = 1,
}
Variants§
PERFECT = 0
MAC performs a perfect destination address filtering for multicast frames
HASH = 1
MAC performs destination address filtering of received multicast frames according to the hash table
Implementations§
Trait Implementations§
§impl Ord for Hm
impl Ord for Hm
§impl PartialOrd for Hm
impl PartialOrd for Hm
impl Copy for Hm
impl Eq for Hm
impl StructuralPartialEq for Hm
Auto Trait Implementations§
impl Freeze for Hm
impl RefUnwindSafe for Hm
impl Send for Hm
impl Sync for Hm
impl Unpin for Hm
impl UnwindSafe for Hm
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
)