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 GUID
impl Copy for GUID
impl Clone for GUID
fn clone(&self) -> GUID
fn 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
).
Search functions by type signature (e.g.
vec -> usize
)