#[repr(C)]pub struct bthci_phdr {
pub sent: gboolean,
pub channel: guint32,
}Fields§
§sent: gboolean§channel: guint32Trait Implementations§
Source§impl Clone for bthci_phdr
impl Clone for bthci_phdr
Source§fn clone(&self) -> bthci_phdr
fn clone(&self) -> bthci_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 bthci_phdr
impl Debug for bthci_phdr
impl Copy for bthci_phdr
Auto Trait Implementations§
impl Freeze for bthci_phdr
impl RefUnwindSafe for bthci_phdr
impl Send for bthci_phdr
impl Sync for bthci_phdr
impl Unpin for bthci_phdr
impl UnwindSafe for bthci_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