Struct winapi::winnls::NLSVERSIONINFOEX
[−]
[src]
pub struct NLSVERSIONINFOEX {
pub dwNLSVersionInfoSize: DWORD,
pub dwNLSVersion: DWORD,
pub dwDefinedVersion: DWORD,
pub dwEffectiveId: DWORD,
pub guidCustomVersion: GUID,
}Fields
dwNLSVersionInfoSize | |
dwNLSVersion | |
dwDefinedVersion | |
dwEffectiveId | |
guidCustomVersion |
Trait Implementations
impl Copy for NLSVERSIONINFOEX[src]
impl Clone for NLSVERSIONINFOEX[src]
fn clone(&self) -> NLSVERSIONINFOEX
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