Expand description
A globally unique identifier (GUID) used to identify COM and WinRT interfaces.
Fields
data1: u32data2: u16data3: u16data4: [u8; 8]Implementations
impl GUID
impl GUID
pub const fn zeroed() -> Self
pub const fn zeroed() -> Self
Creates a GUID represented by the all-zero byte-pattern.
Creates a GUID with the given constant values.
pub const fn from_signature(signature: ConstBuffer) -> Self
pub const fn from_signature(signature: ConstBuffer) -> Self
Creates a GUID for a “generic” WinRT type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GUID
impl UnwindSafe for GUID
Blanket Implementations
Mutably borrows from an owned value. Read more