pub enum HM_A {
Perfect,
Hash,
}
Expand description
Hash multicast
Value on reset: 0
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
Trait Implementations§
source§impl PartialEq<HM_A> for HM_A
impl PartialEq<HM_A> for HM_A
impl Copy for HM_A
impl StructuralPartialEq for HM_A
Auto Trait Implementations§
impl RefUnwindSafe for HM_A
impl Send for HM_A
impl Sync for HM_A
impl Unpin for HM_A
impl UnwindSafe for HM_A
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