pub enum HPF_A {
HashOnly = 0,
HashOrPerfect = 1,
}
Expand description
Hash or perfect filter
Value on reset: 0
Variants§
HashOnly = 0
0: If HM or HU is set, only frames that match the Hash filter are passed
HashOrPerfect = 1
1: If HM or HU is set, frames that match either the perfect filter or the hash filter are passed
Trait Implementations§
impl Copy for HPF_A
impl StructuralPartialEq for HPF_A
Auto Trait Implementations§
impl Freeze for HPF_A
impl RefUnwindSafe for HPF_A
impl Send for HPF_A
impl Sync for HPF_A
impl Unpin for HPF_A
impl UnwindSafe for HPF_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