Struct winapi::winreg::VALENTA [] [src]

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

Fields

Trait Implementations

impl Debug for VALENTA
[src]

Formats the value using the given formatter.

impl Copy for VALENTA
[src]

impl Clone for VALENTA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more