#[repr(C, packed(1))]pub struct hci_event_hdr {
pub evt: u8,
pub plen: u8,
}
Fields§
§evt: u8
§plen: u8
Trait Implementations§
Source§impl Clone for hci_event_hdr
impl Clone for hci_event_hdr
Source§fn clone(&self) -> hci_event_hdr
fn clone(&self) -> hci_event_hdr
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_event_hdr
impl Debug for hci_event_hdr
impl Copy for hci_event_hdr
Auto Trait Implementations§
impl Freeze for hci_event_hdr
impl RefUnwindSafe for hci_event_hdr
impl Send for hci_event_hdr
impl Sync for hci_event_hdr
impl Unpin for hci_event_hdr
impl UnwindSafe for hci_event_hdr
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