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: LPWSTR ve_valuelen: DWORD ve_valueptr: DWORD_PTR ve_type: DWORD

Trait Implementations

impl Debug for VALENTW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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