#[repr(C)]pub struct NLSVERSIONINFO {
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: GuidTrait Implementations§
Source§impl Abi for NLSVERSIONINFO
impl Abi for NLSVERSIONINFO
Source§type Abi = NLSVERSIONINFO
type Abi = NLSVERSIONINFO
The abi representation of the implementing type. Read more
type DefaultType = NLSVERSIONINFO
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 NLSVERSIONINFO
impl Clone for NLSVERSIONINFO
Source§fn clone(&self) -> NLSVERSIONINFO
fn clone(&self) -> NLSVERSIONINFO
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 NLSVERSIONINFO
impl Debug for NLSVERSIONINFO
Source§impl Default for NLSVERSIONINFO
impl Default for NLSVERSIONINFO
Source§impl PartialEq for NLSVERSIONINFO
impl PartialEq for NLSVERSIONINFO
impl Copy for NLSVERSIONINFO
impl Eq 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