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