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

Derived Implementations

impl Debug for VALENTW

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

impl Copy for VALENTW

impl Clone for VALENTW

fn clone(&self) -> VALENTW

fn clone_from(&mut self, source: &Self)