Union windows_sys::Win32::Devices::Bluetooth::SdpQueryUuidUnion
#[repr(C)]
pub union SdpQueryUuidUnion {
pub uuid128: GUID,
pub uuid32: u32,
pub uuid16: u16,
}Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§uuid128: GUID§uuid32: u32§uuid16: u16