Struct windows_sys::Win32::Devices::Bluetooth::BTH_QUERY_DEVICE
[−]Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
LAP: u32
length: u8
Trait Implementations
impl Clone for BTH_QUERY_DEVICE
impl Clone for BTH_QUERY_DEVICE
impl Copy for BTH_QUERY_DEVICE
Auto Trait Implementations
impl RefUnwindSafe for BTH_QUERY_DEVICE
impl Send for BTH_QUERY_DEVICE
impl Sync for BTH_QUERY_DEVICE
impl Unpin for BTH_QUERY_DEVICE
impl UnwindSafe for BTH_QUERY_DEVICE
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