#[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§
Source§impl Abi for MONCBSTRUCT
impl Abi for MONCBSTRUCT
Source§type Abi = MONCBSTRUCT
type Abi = MONCBSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = MONCBSTRUCT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MONCBSTRUCT
impl Clone for MONCBSTRUCT
Source§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 moreSource§impl Debug for MONCBSTRUCT
impl Debug for MONCBSTRUCT
Source§impl Default for MONCBSTRUCT
impl Default for MONCBSTRUCT
Source§impl PartialEq for MONCBSTRUCT
impl PartialEq for MONCBSTRUCT
impl Copy for MONCBSTRUCT
impl Eq 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