Struct windows::Win32::System::DataExchange::MONCBSTRUCT
#[repr(C)]pub struct MONCBSTRUCT {}
Fields§
§cb: u32
§dwTime: u32
§hTask: HANDLE
§dwRet: u32
§wType: u32
§wFmt: u32
§hConv: HCONV
§hsz1: HSZ
§hsz2: HSZ
§hData: HDDEDATA
§dwData1: usize
§dwData2: usize
§cc: CONVCONTEXT
§cbData: u32
§Data: [u32; 8]
Trait Implementations§
§impl Clone for MONCBSTRUCT
impl Clone for MONCBSTRUCT
§fn clone(&self) -> MONCBSTRUCT
fn clone(&self) -> MONCBSTRUCT
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 more§impl Debug for MONCBSTRUCT
impl Debug for MONCBSTRUCT
§impl PartialEq for MONCBSTRUCT
impl PartialEq for MONCBSTRUCT
§fn eq(&self, other: &MONCBSTRUCT) -> bool
fn eq(&self, other: &MONCBSTRUCT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MONCBSTRUCT
impl Eq for MONCBSTRUCT
impl StructuralPartialEq for MONCBSTRUCT
Auto Trait Implementations§
impl Freeze for MONCBSTRUCT
impl RefUnwindSafe for MONCBSTRUCT
impl !Send for MONCBSTRUCT
impl !Sync for MONCBSTRUCT
impl Unpin for MONCBSTRUCT
impl UnwindSafe for MONCBSTRUCT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)