#[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: GUIDTrait Implementations§
Source§impl Clone for _nlsversioninfoex
impl Clone for _nlsversioninfoex
Source§fn clone(&self) -> _nlsversioninfoex
fn clone(&self) -> _nlsversioninfoex
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 Debug for _nlsversioninfoex
impl Debug for _nlsversioninfoex
impl Copy 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