Struct windows_sys::Win32::Devices::Bluetooth::BTH_PING_REQ
[−]#[repr(C, packed(1))]pub struct BTH_PING_REQ {
pub btAddr: u64,
pub dataLen: u8,
pub data: [u8; 44],
}
Expand description
Required features: ‘Win32_Devices_Bluetooth’
Fields
btAddr: u64
dataLen: u8
data: [u8; 44]
Trait Implementations
impl Clone for BTH_PING_REQ
impl Clone for BTH_PING_REQ
impl Copy for BTH_PING_REQ
Auto Trait Implementations
impl RefUnwindSafe for BTH_PING_REQ
impl Send for BTH_PING_REQ
impl Sync for BTH_PING_REQ
impl Unpin for BTH_PING_REQ
impl UnwindSafe for BTH_PING_REQ
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