Struct winapi::VALENTW
[−]
[src]
pub struct VALENTW { pub ve_valuename: LPWSTR, pub ve_valuelen: DWORD, pub ve_valueptr: DWORD_PTR, pub ve_type: DWORD, }
Fields
ve_valuename | |
ve_valuelen | |
ve_valueptr | |
ve_type |
Trait Implementations
impl Copy for VALENTW
[src]
impl Clone for VALENTW
[src]
fn clone(&self) -> VALENTW
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