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