#[repr(C)]pub struct BLUETOOTH_FIND_RADIO_PARAMS {
pub dwSize: u32,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
dwSize: u32
Trait Implementations
impl Clone for BLUETOOTH_FIND_RADIO_PARAMS
impl Clone for BLUETOOTH_FIND_RADIO_PARAMS
impl Copy for BLUETOOTH_FIND_RADIO_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_FIND_RADIO_PARAMS
impl Send for BLUETOOTH_FIND_RADIO_PARAMS
impl Sync for BLUETOOTH_FIND_RADIO_PARAMS
impl Unpin for BLUETOOTH_FIND_RADIO_PARAMS
impl UnwindSafe for BLUETOOTH_FIND_RADIO_PARAMS
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