#[repr(C)]pub struct BLUETOOTH_SELECT_DEVICE_PARAMS {Show 15 fields
pub dwSize: u32,
pub cNumOfClasses: u32,
pub prgClassOfDevices: *mut BLUETOOTH_COD_PAIRS,
pub pszInfo: PWSTR,
pub hwndParent: HWND,
pub fForceAuthentication: BOOL,
pub fShowAuthenticated: BOOL,
pub fShowRemembered: BOOL,
pub fShowUnknown: BOOL,
pub fAddNewDeviceWizard: BOOL,
pub fSkipServicesPage: BOOL,
pub pfnDeviceCallback: PFN_DEVICE_CALLBACK,
pub pvParam: *mut c_void,
pub cNumDevices: u32,
pub pDevices: *mut BLUETOOTH_DEVICE_INFO,
}
Fields§
§dwSize: u32
§cNumOfClasses: u32
§prgClassOfDevices: *mut BLUETOOTH_COD_PAIRS
§pszInfo: PWSTR
§hwndParent: HWND
§fForceAuthentication: BOOL
§fShowAuthenticated: BOOL
§fShowRemembered: BOOL
§fShowUnknown: BOOL
§fAddNewDeviceWizard: BOOL
§fSkipServicesPage: BOOL
§pfnDeviceCallback: PFN_DEVICE_CALLBACK
§pvParam: *mut c_void
§cNumDevices: u32
§pDevices: *mut BLUETOOTH_DEVICE_INFO
Trait Implementations§
§impl Clone for BLUETOOTH_SELECT_DEVICE_PARAMS
impl Clone for BLUETOOTH_SELECT_DEVICE_PARAMS
§fn clone(&self) -> BLUETOOTH_SELECT_DEVICE_PARAMS
fn clone(&self) -> BLUETOOTH_SELECT_DEVICE_PARAMS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for BLUETOOTH_SELECT_DEVICE_PARAMS
Auto Trait Implementations§
impl Freeze for BLUETOOTH_SELECT_DEVICE_PARAMS
impl RefUnwindSafe for BLUETOOTH_SELECT_DEVICE_PARAMS
impl !Send for BLUETOOTH_SELECT_DEVICE_PARAMS
impl !Sync for BLUETOOTH_SELECT_DEVICE_PARAMS
impl Unpin for BLUETOOTH_SELECT_DEVICE_PARAMS
impl UnwindSafe for BLUETOOTH_SELECT_DEVICE_PARAMS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)