[][src]Struct libbluetooth::hci::hci_dev_info

#[repr(C)]
pub struct hci_dev_info { pub dev_id: u16, pub name: [i8; 8], pub bdaddr: bdaddr_t, pub flags: u32, pub type_: u8, pub features: [u8; 8], pub pkt_type_: u32, pub link_policy: u32, pub link_mode: u32, pub acl_mtu: u16, pub acl_pkts: u16, pub sco_mtu: u16, pub sco_pkts: u16, pub stat: hci_dev_stats, }

Fields

dev_id: u16name: [i8; 8]bdaddr: bdaddr_tflags: u32type_: u8features: [u8; 8]pkt_type_: u32link_policy: u32link_mode: u32acl_mtu: u16acl_pkts: u16sco_mtu: u16sco_pkts: u16stat: hci_dev_stats

Trait Implementations

impl Copy for hci_dev_info[src]

impl Clone for hci_dev_info[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.