#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagMONCBSTRUCT
Auto Trait Implementations§
impl !Send for tagMONCBSTRUCT
impl !Sync for tagMONCBSTRUCT
impl Freeze for tagMONCBSTRUCT
impl RefUnwindSafe for tagMONCBSTRUCT
impl Unpin for tagMONCBSTRUCT
impl UnsafeUnpin 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