#[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: HWNDTrait Implementations§
Source§impl Clone for tagCONVINFO
impl Clone for tagCONVINFO
Source§fn clone(&self) -> tagCONVINFO
fn clone(&self) -> tagCONVINFO
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 tagCONVINFO
impl Debug for tagCONVINFO
impl Copy 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