[][src]Struct winapi::um::bluetoothapis::BLUETOOTH_SELECT_DEVICE_PARAMS

#[repr(C)]
pub struct BLUETOOTH_SELECT_DEVICE_PARAMS {
    pub dwSize: DWORD,
    pub cNumOfClasses: ULONG,
    pub prgClassOfDevices: *mut BLUETOOTH_COD_PAIRS,
    pub pszInfo: LPWSTR,
    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: LPVOID,
    pub cNumDevices: DWORD,
    pub pDevices: PBLUETOOTH_DEVICE_INFO,
}

Fields

dwSize: DWORDcNumOfClasses: ULONGprgClassOfDevices: *mut BLUETOOTH_COD_PAIRSpszInfo: LPWSTRhwndParent: HWNDfForceAuthentication: BOOLfShowAuthenticated: BOOLfShowRemembered: BOOLfShowUnknown: BOOLfAddNewDeviceWizard: BOOLfSkipServicesPage: BOOLpfnDeviceCallback: PFN_DEVICE_CALLBACKpvParam: LPVOIDcNumDevices: DWORDpDevices: PBLUETOOTH_DEVICE_INFO

Trait Implementations

impl Copy for BLUETOOTH_SELECT_DEVICE_PARAMS[src]

impl Clone for BLUETOOTH_SELECT_DEVICE_PARAMS[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for BLUETOOTH_SELECT_DEVICE_PARAMS[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]