Struct winapi::sapi::SPNORMALIZATIONLIST [] [src]

pub struct SPNORMALIZATIONLIST {
    pub ulSize: ULONG,
    pub ppszzNormalizedList: *mut *mut WCHAR,
}

Fields

ulSize: ULONG ppszzNormalizedList: *mut *mut WCHAR

Trait Implementations

impl Debug for SPNORMALIZATIONLIST
[src]

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

Formats the value using the given formatter.

impl Copy for SPNORMALIZATIONLIST
[src]

impl Clone for SPNORMALIZATIONLIST
[src]

fn clone(&self) -> SPNORMALIZATIONLIST

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