#[repr(C)]pub struct tagCONVINFO {Show 16 fields
pub cb: DWORD,
pub hUser: DWORD_PTR,
pub hConvPartner: HCONV,
pub hszSvcPartner: HSZ,
pub hszServiceReq: HSZ,
pub hszTopic: HSZ,
pub hszItem: HSZ,
pub wFmt: UINT,
pub wType: UINT,
pub wStatus: UINT,
pub wConvst: UINT,
pub wLastError: UINT,
pub hConvList: HCONVLIST,
pub ConvCtxt: CONVCONTEXT,
pub hwnd: HWND,
pub hwndPartner: HWND,
}
Fields§
§cb: DWORD
§hUser: DWORD_PTR
§hConvPartner: HCONV
§hszSvcPartner: HSZ
§hszServiceReq: HSZ
§hszTopic: HSZ
§hszItem: HSZ
§wFmt: UINT
§wType: UINT
§wStatus: UINT
§wConvst: UINT
§wLastError: UINT
§hConvList: HCONVLIST
§ConvCtxt: CONVCONTEXT
§hwnd: HWND
§hwndPartner: HWND
Trait Implementations§
Source§impl Clone for tagCONVINFO
impl Clone for tagCONVINFO
Source§fn clone(&self) -> tagCONVINFO
fn clone(&self) -> tagCONVINFO
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 tagCONVINFO
impl Debug for tagCONVINFO
Source§impl Ord for tagCONVINFO
impl Ord for tagCONVINFO
Source§fn cmp(&self, other: &tagCONVINFO) -> Ordering
fn cmp(&self, other: &tagCONVINFO) -> 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 tagCONVINFO
impl PartialEq for tagCONVINFO
Source§impl PartialOrd for tagCONVINFO
impl PartialOrd for tagCONVINFO
impl Copy for tagCONVINFO
impl Eq for tagCONVINFO
impl StructuralPartialEq for tagCONVINFO
Auto Trait Implementations§
impl Freeze for tagCONVINFO
impl RefUnwindSafe for tagCONVINFO
impl !Send for tagCONVINFO
impl !Sync for tagCONVINFO
impl Unpin for tagCONVINFO
impl UnwindSafe for tagCONVINFO
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