#[repr(C)]pub struct BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS {
pub deviceInfo: BLUETOOTH_DEVICE_INFO,
pub authenticationMethod: BLUETOOTH_AUTHENTICATION_METHOD,
pub ioCapability: BLUETOOTH_IO_CAPABILITY,
pub authenticationRequirements: BLUETOOTH_AUTHENTICATION_REQUIREMENTS,
pub Anonymous: BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
deviceInfo: BLUETOOTH_DEVICE_INFO
authenticationMethod: BLUETOOTH_AUTHENTICATION_METHOD
ioCapability: BLUETOOTH_IO_CAPABILITY
authenticationRequirements: BLUETOOTH_AUTHENTICATION_REQUIREMENTS
Anonymous: BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
Trait Implementations
impl Copy for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
impl Send for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
impl Sync for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
impl Unpin for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
impl UnwindSafe for BLUETOOTH_AUTHENTICATION_CALLBACK_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