#[repr(C)]pub struct _cpinfoexW {
pub MaxCharSize: UINT,
pub DefaultChar: [BYTE; 2],
pub LeadByte: [BYTE; 12],
pub UnicodeDefaultChar: WCHAR,
pub CodePage: UINT,
pub CodePageName: [WCHAR; 260],
}
Fields§
§MaxCharSize: UINT
§DefaultChar: [BYTE; 2]
§LeadByte: [BYTE; 12]
§UnicodeDefaultChar: WCHAR
§CodePage: UINT
§CodePageName: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for _cpinfoexW
impl Clone for _cpinfoexW
Source§fn clone(&self) -> _cpinfoexW
fn clone(&self) -> _cpinfoexW
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 _cpinfoexW
impl Debug for _cpinfoexW
Source§impl Ord for _cpinfoexW
impl Ord for _cpinfoexW
Source§fn cmp(&self, other: &_cpinfoexW) -> Ordering
fn cmp(&self, other: &_cpinfoexW) -> 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 _cpinfoexW
impl PartialEq for _cpinfoexW
Source§impl PartialOrd for _cpinfoexW
impl PartialOrd for _cpinfoexW
impl Copy for _cpinfoexW
impl Eq for _cpinfoexW
impl StructuralPartialEq for _cpinfoexW
Auto Trait Implementations§
impl Freeze for _cpinfoexW
impl RefUnwindSafe for _cpinfoexW
impl Send for _cpinfoexW
impl Sync for _cpinfoexW
impl Unpin for _cpinfoexW
impl UnwindSafe for _cpinfoexW
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