#[repr(C)]pub struct hci_version {
pub manufacturer: c_ushort,
pub hci_ver: c_char,
pub hci_rev: c_ushort,
pub lmp_ver: c_char,
pub lmp_subver: c_ushort,
}
Fields§
§manufacturer: c_ushort
§hci_ver: c_char
§hci_rev: c_ushort
§lmp_ver: c_char
§lmp_subver: c_ushort
Trait Implementations§
Source§impl Clone for hci_version
impl Clone for hci_version
Source§fn clone(&self) -> hci_version
fn clone(&self) -> hci_version
Returns a copy 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 moreimpl Copy for hci_version
Auto Trait Implementations§
impl Freeze for hci_version
impl RefUnwindSafe for hci_version
impl Send for hci_version
impl Sync for hci_version
impl Unpin for hci_version
impl UnwindSafe for hci_version
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