Struct windows_sys::Win32::Devices::Bluetooth::BTH_HCI_EVENT_INFO
[−]#[repr(C)]pub struct BTH_HCI_EVENT_INFO {
pub bthAddress: u64,
pub connectionType: u8,
pub connected: u8,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
bthAddress: u64
connectionType: u8
connected: u8
Trait Implementations
impl Clone for BTH_HCI_EVENT_INFO
impl Clone for BTH_HCI_EVENT_INFO
impl Copy for BTH_HCI_EVENT_INFO
Auto Trait Implementations
impl RefUnwindSafe for BTH_HCI_EVENT_INFO
impl Send for BTH_HCI_EVENT_INFO
impl Sync for BTH_HCI_EVENT_INFO
impl Unpin for BTH_HCI_EVENT_INFO
impl UnwindSafe for BTH_HCI_EVENT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more