Struct winapi::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 |
pub struct GUID {
pub Data1: c_ulong,
pub Data2: c_ushort,
pub Data3: c_ushort,
pub Data4: [c_uchar; 8],
}Data1 | |
Data2 | |
Data3 | |
Data4 |
impl Debug for GUIDimpl Copy for GUIDimpl Clone for GUIDfn clone(&self) -> GUIDfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).