Struct windows_sys::Win32::Devices::Bluetooth::BTH_RADIO_IN_RANGE
[−]#[repr(C)]pub struct BTH_RADIO_IN_RANGE {
pub deviceInfo: BTH_DEVICE_INFO,
pub previousDeviceFlags: u32,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
deviceInfo: BTH_DEVICE_INFO
previousDeviceFlags: u32
Trait Implementations
impl Clone for BTH_RADIO_IN_RANGE
impl Clone for BTH_RADIO_IN_RANGE
impl Copy for BTH_RADIO_IN_RANGE
Auto Trait Implementations
impl RefUnwindSafe for BTH_RADIO_IN_RANGE
impl Send for BTH_RADIO_IN_RANGE
impl Sync for BTH_RADIO_IN_RANGE
impl Unpin for BTH_RADIO_IN_RANGE
impl UnwindSafe for BTH_RADIO_IN_RANGE
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