Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_PASSKEY_INFO
[−]#[repr(C)]pub struct BLUETOOTH_PASSKEY_INFO {
pub passkey: u32,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
passkey: u32
Trait Implementations
impl Clone for BLUETOOTH_PASSKEY_INFO
impl Clone for BLUETOOTH_PASSKEY_INFO
impl Copy for BLUETOOTH_PASSKEY_INFO
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_PASSKEY_INFO
impl Send for BLUETOOTH_PASSKEY_INFO
impl Sync for BLUETOOTH_PASSKEY_INFO
impl Unpin for BLUETOOTH_PASSKEY_INFO
impl UnwindSafe for BLUETOOTH_PASSKEY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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