Enum Hu
#[repr(u8)]pub enum Hu {
Perfect = 0,
Hash = 1,
}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
Implementations§
Trait Implementations§
impl Copy for Hu
impl Eq for Hu
§impl Ord for Hu
impl Ord for Hu
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Hu
impl PartialOrd for Hu
impl StructuralPartialEq for Hu
Auto Trait Implementations§
impl Freeze for Hu
impl RefUnwindSafe for Hu
impl Send for Hu
impl Sync for Hu
impl Unpin for Hu
impl UnsafeUnpin for Hu
impl UnwindSafe for Hu
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