Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_PIN_INFO
[−]Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
pin: [u8; 16]
pinLength: u8
Trait Implementations
impl Clone for BLUETOOTH_PIN_INFO
impl Clone for BLUETOOTH_PIN_INFO
impl Copy for BLUETOOTH_PIN_INFO
Auto Trait Implementations
impl RefUnwindSafe for BLUETOOTH_PIN_INFO
impl Send for BLUETOOTH_PIN_INFO
impl Sync for BLUETOOTH_PIN_INFO
impl Unpin for BLUETOOTH_PIN_INFO
impl UnwindSafe for BLUETOOTH_PIN_INFO
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