#[repr(C)]pub struct btmon_phdr {
pub adapter_id: guint16,
pub opcode: guint16,
}Fields§
§adapter_id: guint16§opcode: guint16Trait Implementations§
Source§impl Clone for btmon_phdr
impl Clone for btmon_phdr
Source§fn clone(&self) -> btmon_phdr
fn clone(&self) -> btmon_phdr
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 btmon_phdr
impl Debug for btmon_phdr
impl Copy for btmon_phdr
Auto Trait Implementations§
impl Freeze for btmon_phdr
impl RefUnwindSafe for btmon_phdr
impl Send for btmon_phdr
impl Sync for btmon_phdr
impl Unpin for btmon_phdr
impl UnwindSafe for btmon_phdr
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