#[repr(C)]pub struct NLSVERSIONINFOEX {
pub dwNLSVersionInfoSize: u32,
pub dwNLSVersion: u32,
pub dwDefinedVersion: u32,
pub dwEffectiveId: u32,
pub guidCustomVersion: Guid,
}
Fields§
§dwNLSVersionInfoSize: u32
§dwNLSVersion: u32
§dwDefinedVersion: u32
§dwEffectiveId: u32
§guidCustomVersion: Guid
Trait Implementations§
Source§impl Abi for NLSVERSIONINFOEX
impl Abi for NLSVERSIONINFOEX
Source§type Abi = NLSVERSIONINFOEX
type Abi = NLSVERSIONINFOEX
The abi representation of the implementing type. Read more
type DefaultType = NLSVERSIONINFOEX
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for NLSVERSIONINFOEX
impl Default for NLSVERSIONINFOEX
Source§impl PartialEq for NLSVERSIONINFOEX
impl PartialEq for NLSVERSIONINFOEX
impl Copy for NLSVERSIONINFOEX
impl Eq 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