#[repr(C)]pub struct tagMONCBSTRUCT {}
Fields§
§cb: UINT
§dwTime: DWORD
§hTask: HANDLE
§dwRet: DWORD
§wType: UINT
§wFmt: UINT
§hConv: HCONV
§hsz1: HSZ
§hsz2: HSZ
§hData: HDDEDATA
§dwData1: ULONG_PTR
§dwData2: ULONG_PTR
§cc: CONVCONTEXT
§cbData: DWORD
§Data: [DWORD; 8]
Trait Implementations§
Source§impl Clone for tagMONCBSTRUCT
impl Clone for tagMONCBSTRUCT
Source§fn clone(&self) -> tagMONCBSTRUCT
fn clone(&self) -> tagMONCBSTRUCT
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 tagMONCBSTRUCT
impl Debug for tagMONCBSTRUCT
Source§impl Ord for tagMONCBSTRUCT
impl Ord for tagMONCBSTRUCT
Source§fn cmp(&self, other: &tagMONCBSTRUCT) -> Ordering
fn cmp(&self, other: &tagMONCBSTRUCT) -> 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 tagMONCBSTRUCT
impl PartialEq for tagMONCBSTRUCT
Source§impl PartialOrd for tagMONCBSTRUCT
impl PartialOrd for tagMONCBSTRUCT
impl Copy for tagMONCBSTRUCT
impl Eq for tagMONCBSTRUCT
impl StructuralPartialEq for tagMONCBSTRUCT
Auto Trait Implementations§
impl Freeze for tagMONCBSTRUCT
impl RefUnwindSafe for tagMONCBSTRUCT
impl !Send for tagMONCBSTRUCT
impl !Sync for tagMONCBSTRUCT
impl Unpin for tagMONCBSTRUCT
impl UnwindSafe for tagMONCBSTRUCT
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