pub enum HPFW {
HASHONLY,
HASHORPERFECT,
}
Expand description
Values that can be written to the field HPF
Variants§
HASHONLY
If HM or HU is set, only frames that match the Hash filter are passed
HASHORPERFECT
If HM or HU is set, frames that match either the perfect filter or the hash filter are passed
Auto Trait Implementations§
impl Freeze for HPFW
impl RefUnwindSafe for HPFW
impl Send for HPFW
impl Sync for HPFW
impl Unpin for HPFW
impl UnwindSafe for HPFW
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