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: DWORD dwNLSVersion: DWORD dwDefinedVersion: DWORD dwEffectiveId: DWORD guidCustomVersion: GUID

Trait Implementations

impl Debug for NLSVERSIONINFO
[src]

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

Formats the value using the given formatter.

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