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