#[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: HCONV
Trait Implementations§
Source§impl Clone for tagMONCONVSTRUCT
impl Clone for tagMONCONVSTRUCT
Source§fn clone(&self) -> tagMONCONVSTRUCT
fn clone(&self) -> tagMONCONVSTRUCT
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 tagMONCONVSTRUCT
impl Debug for tagMONCONVSTRUCT
Source§impl Ord for tagMONCONVSTRUCT
impl Ord for tagMONCONVSTRUCT
Source§fn cmp(&self, other: &tagMONCONVSTRUCT) -> Ordering
fn cmp(&self, other: &tagMONCONVSTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMONCONVSTRUCT
impl PartialEq for tagMONCONVSTRUCT
Source§impl PartialOrd for tagMONCONVSTRUCT
impl PartialOrd for tagMONCONVSTRUCT
impl Copy for tagMONCONVSTRUCT
impl Eq for tagMONCONVSTRUCT
impl StructuralPartialEq 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