Struct winapi::sapi::SPNORMALIZATIONLIST
[−]
[src]
pub struct SPNORMALIZATIONLIST {
pub ulSize: ULONG,
pub ppszzNormalizedList: *mut *mut WCHAR,
}Fields
ulSize | |
ppszzNormalizedList |
Trait Implementations
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