pub enum Filter {
DestHint([u8; 3]),
ChannelId([u8; 2]),
PktType(u8),
}Expand description
One PROP_HOST_RX_FILTERS entry. Item and digest forms are
identical; the remove selector is the full item.
Variants§
DestHint([u8; 3])
Frames whose destination hint equals the value.
ChannelId([u8; 2])
Channel-addressed frames whose channel identifier equals the value.
PktType(u8)
Frames whose FCF packet-type field equals the value.
Implementations§
Trait Implementations§
impl Copy for Filter
impl Eq for Filter
impl StructuralPartialEq for Filter
Auto Trait Implementations§
impl Freeze for Filter
impl RefUnwindSafe for Filter
impl Send for Filter
impl Sync for Filter
impl Unpin for Filter
impl UnwindSafe for Filter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)