#[repr(C)]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§
Source§impl Clone for NLSVERSIONINFO
impl Clone for NLSVERSIONINFO
Source§fn clone(&self) -> NLSVERSIONINFO
fn clone(&self) -> NLSVERSIONINFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NLSVERSIONINFO
impl Default for NLSVERSIONINFO
Source§fn default() -> NLSVERSIONINFO
fn default() -> NLSVERSIONINFO
Returns the “default value” for a type. Read more
impl Copy for NLSVERSIONINFO
Auto Trait Implementations§
impl Freeze for NLSVERSIONINFO
impl RefUnwindSafe for NLSVERSIONINFO
impl Send for NLSVERSIONINFO
impl Sync for NLSVERSIONINFO
impl Unpin for NLSVERSIONINFO
impl UnwindSafe for NLSVERSIONINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more