pub enum HMW {
PERFECT,
HASH,
}
Expand description
Values that can be written to the field HM
Variants§
PERFECT
MAC performs a perfect destination address filtering for multicast frames
HASH
MAC performs destination address filtering of received multicast frames according to the hash table
Auto Trait Implementations§
impl Freeze for HMW
impl RefUnwindSafe for HMW
impl Send for HMW
impl Sync for HMW
impl Unpin for HMW
impl UnwindSafe for HMW
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