Struct Hpf
#[repr(transparent)]pub struct Hpf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Hpf
impl Hpf
pub const HASHONLY: Self
pub const HASHONLY: Self
If HM or HU is set, only frames that match the Hash filter are passed
pub const HASHORPERFECT: Self
pub const HASHORPERFECT: Self
If HM or HU is set, frames that match either the perfect filter or the hash filter are passed
Trait Implementations§
§impl Ord for Hpf
impl Ord for Hpf
§impl PartialOrd for Hpf
impl PartialOrd for Hpf
impl Copy for Hpf
impl Eq for Hpf
impl StructuralPartialEq for Hpf
Auto Trait Implementations§
impl Freeze for Hpf
impl RefUnwindSafe for Hpf
impl Send for Hpf
impl Sync for Hpf
impl Unpin for Hpf
impl UnwindSafe for Hpf
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