Struct winapi::winnls::NLSVERSIONINFO
[−]
[src]
pub struct NLSVERSIONINFO {
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 NLSVERSIONINFO[src]
impl Clone for NLSVERSIONINFO[src]
fn clone(&self) -> NLSVERSIONINFO
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