#[repr(C)]pub struct _nlsversioninfoex {
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 _nlsversioninfoex
impl Clone for _nlsversioninfoex
Source§fn clone(&self) -> _nlsversioninfoex
fn clone(&self) -> _nlsversioninfoex
Returns a copy 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 Debug for _nlsversioninfoex
impl Debug for _nlsversioninfoex
Source§impl Ord for _nlsversioninfoex
impl Ord for _nlsversioninfoex
Source§fn cmp(&self, other: &_nlsversioninfoex) -> Ordering
fn cmp(&self, other: &_nlsversioninfoex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _nlsversioninfoex
impl PartialEq for _nlsversioninfoex
Source§impl PartialOrd for _nlsversioninfoex
impl PartialOrd for _nlsversioninfoex
impl Copy for _nlsversioninfoex
impl Eq for _nlsversioninfoex
impl StructuralPartialEq for _nlsversioninfoex
Auto Trait Implementations§
impl Freeze for _nlsversioninfoex
impl RefUnwindSafe for _nlsversioninfoex
impl Send for _nlsversioninfoex
impl Sync for _nlsversioninfoex
impl Unpin for _nlsversioninfoex
impl UnwindSafe for _nlsversioninfoex
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