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 | |
Data2 | |
Data3 | |
Data4 |
Trait Implementations
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