#[repr(C)]pub struct MONCONVSTRUCT {
pub cb: u32,
pub fConnect: BOOL,
pub dwTime: u32,
pub hTask: HANDLE,
pub hszSvc: HSZ,
pub hszTopic: HSZ,
pub hConvClient: HCONV,
pub hConvServer: HCONV,
}
Fields§
§cb: u32
§fConnect: BOOL
§dwTime: u32
§hTask: HANDLE
§hszSvc: HSZ
§hszTopic: HSZ
§hConvClient: HCONV
§hConvServer: HCONV
Trait Implementations§
Source§impl Abi for MONCONVSTRUCT
impl Abi for MONCONVSTRUCT
Source§type Abi = MONCONVSTRUCT
type Abi = MONCONVSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = MONCONVSTRUCT
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 MONCONVSTRUCT
impl Clone for MONCONVSTRUCT
Source§fn clone(&self) -> MONCONVSTRUCT
fn clone(&self) -> MONCONVSTRUCT
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 MONCONVSTRUCT
impl Debug for MONCONVSTRUCT
Source§impl Default for MONCONVSTRUCT
impl Default for MONCONVSTRUCT
Source§impl PartialEq for MONCONVSTRUCT
impl PartialEq for MONCONVSTRUCT
impl Copy for MONCONVSTRUCT
impl Eq for MONCONVSTRUCT
Auto Trait Implementations§
impl Freeze for MONCONVSTRUCT
impl RefUnwindSafe for MONCONVSTRUCT
impl Send for MONCONVSTRUCT
impl Sync for MONCONVSTRUCT
impl Unpin for MONCONVSTRUCT
impl UnwindSafe for MONCONVSTRUCT
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