#[repr(C)]pub struct tagCONVCONTEXT {
pub cb: UINT,
pub wFlags: UINT,
pub wCountryID: UINT,
pub iCodePage: c_int,
pub dwLangID: DWORD,
pub dwSecurity: DWORD,
pub qos: SECURITY_QUALITY_OF_SERVICE,
}
Fields§
§cb: UINT
§wFlags: UINT
§wCountryID: UINT
§iCodePage: c_int
§dwLangID: DWORD
§dwSecurity: DWORD
§qos: SECURITY_QUALITY_OF_SERVICE
Trait Implementations§
Source§impl Clone for tagCONVCONTEXT
impl Clone for tagCONVCONTEXT
Source§fn clone(&self) -> tagCONVCONTEXT
fn clone(&self) -> tagCONVCONTEXT
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 tagCONVCONTEXT
impl Debug for tagCONVCONTEXT
Source§impl Ord for tagCONVCONTEXT
impl Ord for tagCONVCONTEXT
Source§fn cmp(&self, other: &tagCONVCONTEXT) -> Ordering
fn cmp(&self, other: &tagCONVCONTEXT) -> 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 tagCONVCONTEXT
impl PartialEq for tagCONVCONTEXT
Source§impl PartialOrd for tagCONVCONTEXT
impl PartialOrd for tagCONVCONTEXT
impl Copy for tagCONVCONTEXT
impl Eq for tagCONVCONTEXT
impl StructuralPartialEq for tagCONVCONTEXT
Auto Trait Implementations§
impl Freeze for tagCONVCONTEXT
impl RefUnwindSafe for tagCONVCONTEXT
impl Send for tagCONVCONTEXT
impl Sync for tagCONVCONTEXT
impl Unpin for tagCONVCONTEXT
impl UnwindSafe for tagCONVCONTEXT
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