pub enum HM_A {
Perfect = 0,
Hash = 1,
}
Expand description
Hash multicast
Value on reset: 0
Variants§
Perfect = 0
0: MAC performs a perfect destination address filtering for multicast frames
Hash = 1
1: MAC performs destination address filtering of received multicast frames according to the hash table
Trait Implementations§
impl Copy for HM_A
impl StructuralPartialEq for HM_A
Auto Trait Implementations§
impl Freeze for HM_A
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