#[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_SERVICETrait Implementations§
Source§impl Clone for tagCONVCONTEXT
impl Clone for tagCONVCONTEXT
Source§fn clone(&self) -> tagCONVCONTEXT
fn clone(&self) -> tagCONVCONTEXT
Returns a duplicate 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
impl Copy 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