Struct winapi::PROPVARIANT
[−]
[src]
pub struct PROPVARIANT { pub vt: VARTYPE, pub wReserved1: WORD, pub wReserved2: WORD, pub wReserved3: WORD, pub data: [u8; 16], }
Fields
vt | |
wReserved1 | |
wReserved2 | |
wReserved3 | |
data |
Trait Implementations
impl Copy for PROPVARIANT
[src]
impl Clone for PROPVARIANT
[src]
fn clone(&self) -> PROPVARIANT
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