[][src]Struct CCODE::tagMONCBSTRUCT

#[repr(C)]pub struct tagMONCBSTRUCT {
    pub cb: UINT,
    pub dwTime: DWORD,
    pub hTask: HANDLE,
    pub dwRet: DWORD,
    pub wType: UINT,
    pub wFmt: UINT,
    pub hConv: HCONV,
    pub hsz1: HSZ,
    pub hsz2: HSZ,
    pub hData: HDDEDATA,
    pub dwData1: ULONG_PTR,
    pub dwData2: ULONG_PTR,
    pub cc: CONVCONTEXT,
    pub cbData: DWORD,
    pub Data: [DWORD; 8],
}

Fields

cb: UINTdwTime: DWORDhTask: HANDLEdwRet: DWORDwType: UINTwFmt: UINThConv: HCONVhsz1: HSZhsz2: HSZhData: HDDEDATAdwData1: ULONG_PTRdwData2: ULONG_PTRcc: CONVCONTEXTcbData: DWORDData: [DWORD; 8]

Trait Implementations

impl Clone for tagMONCBSTRUCT[src]

impl Copy for tagMONCBSTRUCT[src]

impl Debug for tagMONCBSTRUCT[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.