#[repr(C)]pub struct tagMONCONVSTRUCT {
pub cb: UINT,
pub fConnect: BOOL,
pub dwTime: DWORD,
pub hTask: HANDLE,
pub hszSvc: HSZ,
pub hszTopic: HSZ,
pub hConvClient: HCONV,
pub hConvServer: HCONV,
}Fields§
§cb: UINT§fConnect: BOOL§dwTime: DWORD§hTask: HANDLE§hszSvc: HSZ§hszTopic: HSZ§hConvClient: HCONV§hConvServer: HCONVTrait Implementations§
Source§impl Clone for tagMONCONVSTRUCT
impl Clone for tagMONCONVSTRUCT
Source§fn clone(&self) -> tagMONCONVSTRUCT
fn clone(&self) -> tagMONCONVSTRUCT
Returns a duplicate 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 tagMONCONVSTRUCT
impl Debug for tagMONCONVSTRUCT
impl Copy for tagMONCONVSTRUCT
Auto Trait Implementations§
impl Freeze for tagMONCONVSTRUCT
impl RefUnwindSafe for tagMONCONVSTRUCT
impl !Send for tagMONCONVSTRUCT
impl !Sync for tagMONCONVSTRUCT
impl Unpin for tagMONCONVSTRUCT
impl UnwindSafe for tagMONCONVSTRUCT
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