#[repr(C)]pub struct hci_filter {
pub type_mask: u32,
pub event_mask: [u32; 2],
pub opcode: u16,
}Fields§
§type_mask: u32§event_mask: [u32; 2]§opcode: u16Trait Implementations§
Source§impl Clone for hci_filter
impl Clone for hci_filter
Source§fn clone(&self) -> hci_filter
fn clone(&self) -> hci_filter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for hci_filter
impl Debug for hci_filter
impl Copy for hci_filter
Auto Trait Implementations§
impl Freeze for hci_filter
impl RefUnwindSafe for hci_filter
impl Send for hci_filter
impl Sync for hci_filter
impl Unpin for hci_filter
impl UnwindSafe for hci_filter
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