Struct winapi::guiddef::GUID [] [src]

pub struct GUID {
    pub Data1: c_ulong,
    pub Data2: c_ushort,
    pub Data3: c_ushort,
    pub Data4: [c_uchar; 8],
}

Fields

Data1: c_ulong Data2: c_ushort Data3: c_ushort Data4: [c_uchar; 8]

Trait Implementations

impl Debug for GUID
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for GUID
[src]

impl Clone for GUID
[src]

fn clone(&self) -> GUID

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more