Struct windows_sys::Win32::Devices::Bluetooth::BLUETOOTH_PIN_INFO
#[repr(C)]pub struct BLUETOOTH_PIN_INFO {
pub pin: [u8; 16],
pub pinLength: u8,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§pin: [u8; 16]
§pinLength: u8