#[repr(C)]pub struct hci_dev_info {}Fields§
§dev_id: u16§name: [c_char; 8]§bdaddr: bdaddr_t§flags: u32§type_: u8§features: [u8; 8]§pkt_type: u32§link_policy: u32§link_mode: u32§acl_mtu: u16§acl_pkts: u16§sco_mtu: u16§sco_pkts: u16§stat: hci_dev_statsTrait Implementations§
Source§impl Clone for hci_dev_info
impl Clone for hci_dev_info
Source§fn clone(&self) -> hci_dev_info
fn clone(&self) -> hci_dev_info
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 moreSource§impl Debug for hci_dev_info
impl Debug for hci_dev_info
impl Copy for hci_dev_info
Auto Trait Implementations§
impl Freeze for hci_dev_info
impl RefUnwindSafe for hci_dev_info
impl Send for hci_dev_info
impl Sync for hci_dev_info
impl Unpin for hci_dev_info
impl UnwindSafe for hci_dev_info
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