pub enum HU_A {
Perfect,
Hash,
}
Expand description
Hash unicast
Value on reset: 0
Variants§
Perfect
0: MAC performs a perfect destination address filtering for unicast frames
Hash
1: MAC performs destination address filtering of received unicast frames according to the hash table
Trait Implementations§
source§impl PartialEq<HU_A> for HU_A
impl PartialEq<HU_A> for HU_A
impl Copy for HU_A
impl StructuralPartialEq for HU_A
Auto Trait Implementations§
impl RefUnwindSafe for HU_A
impl Send for HU_A
impl Sync for HU_A
impl Unpin for HU_A
impl UnwindSafe for HU_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