#[repr(C)]pub struct BLUETOOTH_AUTHENTICATE_RESPONSE {
pub bthAddressRemote: BLUETOOTH_ADDRESS,
pub authMethod: BLUETOOTH_AUTHENTICATION_METHOD,
pub Anonymous: BLUETOOTH_AUTHENTICATE_RESPONSE_0,
pub negativeResponse: u8,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
bthAddressRemote: BLUETOOTH_ADDRESS
authMethod: BLUETOOTH_AUTHENTICATION_METHOD
Anonymous: BLUETOOTH_AUTHENTICATE_RESPONSE_0
negativeResponse: u8
Trait Implementations
impl Clone for BLUETOOTH_AUTHENTICATE_RESPONSE
impl Clone for BLUETOOTH_AUTHENTICATE_RESPONSE
impl Copy for BLUETOOTH_AUTHENTICATE_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_AUTHENTICATE_RESPONSE
impl Send for BLUETOOTH_AUTHENTICATE_RESPONSE
impl Sync for BLUETOOTH_AUTHENTICATE_RESPONSE
impl Unpin for BLUETOOTH_AUTHENTICATE_RESPONSE
impl UnwindSafe for BLUETOOTH_AUTHENTICATE_RESPONSE
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