Union windows_sys::Win32::Devices::Bluetooth::SdpQueryUuidUnion
[−]Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
uuid128: GUID
uuid32: u32
uuid16: u16
Trait Implementations
impl Clone for SdpQueryUuidUnion
impl Clone for SdpQueryUuidUnion
impl Copy for SdpQueryUuidUnion
Auto Trait Implementations
impl RefUnwindSafe for SdpQueryUuidUnion
impl Send for SdpQueryUuidUnion
impl Sync for SdpQueryUuidUnion
impl Unpin for SdpQueryUuidUnion
impl UnwindSafe for SdpQueryUuidUnion
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