Struct winapi::VALENTA [] [src]

pub struct VALENTA {
    pub ve_valuename: LPSTR,
    pub ve_valuelen: DWORD,
    pub ve_valueptr: DWORD_PTR,
    pub ve_type: DWORD,
}

Fields

ve_valuename: LPSTR ve_valuelen: DWORD ve_valueptr: DWORD_PTR ve_type: DWORD

Trait Implementations

impl Debug for VALENTA
[src]

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

Formats the value using the given formatter.

impl Copy for VALENTA
[src]

impl Clone for VALENTA
[src]

fn clone(&self) -> VALENTA

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