Struct ntapi::ntnls::CPTABLEINFO
source · [−]#[repr(C)]pub struct CPTABLEINFO {
pub CodePage: USHORT,
pub MaximumCharacterSize: USHORT,
pub DefaultChar: USHORT,
pub UniDefaultChar: USHORT,
pub TransDefaultChar: USHORT,
pub TransUniDefaultChar: USHORT,
pub DBCSCodePage: USHORT,
pub LeadByte: [UCHAR; 12],
pub MultiByteTable: PUSHORT,
pub WideCharTable: PVOID,
pub DBCSRanges: PUSHORT,
pub DBCSOffsets: PUSHORT,
}
Fields
CodePage: USHORT
MaximumCharacterSize: USHORT
DefaultChar: USHORT
UniDefaultChar: USHORT
TransDefaultChar: USHORT
TransUniDefaultChar: USHORT
DBCSCodePage: USHORT
LeadByte: [UCHAR; 12]
MultiByteTable: PUSHORT
WideCharTable: PVOID
DBCSRanges: PUSHORT
DBCSOffsets: PUSHORT
Trait Implementations
sourceimpl Clone for CPTABLEINFO
impl Clone for CPTABLEINFO
sourcefn clone(&self) -> CPTABLEINFO
fn clone(&self) -> CPTABLEINFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for CPTABLEINFO
Auto Trait Implementations
impl RefUnwindSafe for CPTABLEINFO
impl !Send for CPTABLEINFO
impl !Sync for CPTABLEINFO
impl Unpin for CPTABLEINFO
impl UnwindSafe for CPTABLEINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more