#[repr(C)]
pub union BLUETOOTH_AUTHENTICATE_RESPONSE_0 {
pub pinInfo: BLUETOOTH_PIN_INFO,
pub oobInfo: BLUETOOTH_OOB_DATA_INFO,
pub numericCompInfo: BLUETOOTH_NUMERIC_COMPARISON_INFO,
pub passkeyInfo: BLUETOOTH_PASSKEY_INFO,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
pinInfo: BLUETOOTH_PIN_INFO
oobInfo: BLUETOOTH_OOB_DATA_INFO
numericCompInfo: BLUETOOTH_NUMERIC_COMPARISON_INFO
passkeyInfo: BLUETOOTH_PASSKEY_INFO
Trait Implementations
impl Clone for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl Clone for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl Copy for BLUETOOTH_AUTHENTICATE_RESPONSE_0
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl Send for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl Sync for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl Unpin for BLUETOOTH_AUTHENTICATE_RESPONSE_0
impl UnwindSafe for BLUETOOTH_AUTHENTICATE_RESPONSE_0
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