#[repr(C)]pub struct hci_version {
pub manufacturer: u16,
pub hci_ver: u8,
pub hci_rev: u16,
pub lmp_ver: u8,
pub lmp_subver: u16,
}Fields§
§manufacturer: u16§hci_ver: u8§hci_rev: u16§lmp_ver: u8§lmp_subver: u16Trait 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 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_version
impl Debug for hci_version
impl 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