Struct winapi::winreg::VALENTW [] [src]

#[repr(C)]
pub struct VALENTW { pub ve_valuename: LPWSTR, pub ve_valuelen: DWORD, pub ve_valueptr: DWORD_PTR, pub ve_type: DWORD, }

Fields

Trait Implementations

impl Debug for VALENTW
[src]

Formats the value using the given formatter.

impl Copy for VALENTW
[src]

impl Clone for VALENTW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more