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