#[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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more