Struct MONCONVSTRUCT
#[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§
§impl Clone for MONCONVSTRUCT
impl Clone for MONCONVSTRUCT
§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 moreimpl Copy 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