Struct windows_sys::Win32::Devices::Bluetooth::SdpQueryUuid
[−]#[repr(C)]pub struct SdpQueryUuid {
pub u: SdpQueryUuidUnion,
pub uuidType: u16,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
Fields
u: SdpQueryUuidUnion
uuidType: u16
Trait Implementations
impl Clone for SdpQueryUuid
impl Clone for SdpQueryUuid
impl Copy for SdpQueryUuid
Auto Trait Implementations
impl RefUnwindSafe for SdpQueryUuid
impl Send for SdpQueryUuid
impl Sync for SdpQueryUuid
impl Unpin for SdpQueryUuid
impl UnwindSafe for SdpQueryUuid
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