#[repr(C)]pub struct SdpQueryUuid {
pub u: SdpQueryUuidUnion,
pub uuidType: USHORT,
}
Fields§
§u: SdpQueryUuidUnion
§uuidType: USHORT
Trait Implementations§
Source§impl Clone for SdpQueryUuid
impl Clone for SdpQueryUuid
Source§fn clone(&self) -> SdpQueryUuid
fn clone(&self) -> SdpQueryUuid
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SdpQueryUuid
impl Default for SdpQueryUuid
Source§fn default() -> SdpQueryUuid
fn default() -> SdpQueryUuid
Returns the “default value” for a type. Read more
impl Copy for SdpQueryUuid
Auto Trait Implementations§
impl Freeze for SdpQueryUuid
impl RefUnwindSafe for SdpQueryUuid
impl Send for SdpQueryUuid
impl Sync for SdpQueryUuid
impl Unpin for SdpQueryUuid
impl UnwindSafe for SdpQueryUuid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more