#[repr(C)]
pub union BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0 {
pub Numeric_Value: u32,
pub Passkey: u32,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
Numeric_Value: u32
Passkey: u32
Trait Implementations
impl Copy for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
impl Send for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
impl Sync for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
impl Unpin for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0
impl UnwindSafe for BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_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