#[repr(C)]pub struct tagMONLINKSTRUCT {
pub cb: UINT,
pub dwTime: DWORD,
pub hTask: HANDLE,
pub fEstablished: BOOL,
pub fNoData: BOOL,
pub hszSvc: HSZ,
pub hszTopic: HSZ,
pub hszItem: HSZ,
pub wFmt: UINT,
pub fServer: BOOL,
pub hConvServer: HCONV,
pub hConvClient: HCONV,
}
Fields§
§cb: UINT
§dwTime: DWORD
§hTask: HANDLE
§fEstablished: BOOL
§fNoData: BOOL
§hszSvc: HSZ
§hszTopic: HSZ
§hszItem: HSZ
§wFmt: UINT
§fServer: BOOL
§hConvServer: HCONV
§hConvClient: HCONV
Trait Implementations§
Source§impl Clone for tagMONLINKSTRUCT
impl Clone for tagMONLINKSTRUCT
Source§fn clone(&self) -> tagMONLINKSTRUCT
fn clone(&self) -> tagMONLINKSTRUCT
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 tagMONLINKSTRUCT
impl Debug for tagMONLINKSTRUCT
Source§impl Ord for tagMONLINKSTRUCT
impl Ord for tagMONLINKSTRUCT
Source§fn cmp(&self, other: &tagMONLINKSTRUCT) -> Ordering
fn cmp(&self, other: &tagMONLINKSTRUCT) -> 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 tagMONLINKSTRUCT
impl PartialEq for tagMONLINKSTRUCT
Source§impl PartialOrd for tagMONLINKSTRUCT
impl PartialOrd for tagMONLINKSTRUCT
impl Copy for tagMONLINKSTRUCT
impl Eq for tagMONLINKSTRUCT
impl StructuralPartialEq for tagMONLINKSTRUCT
Auto Trait Implementations§
impl Freeze for tagMONLINKSTRUCT
impl RefUnwindSafe for tagMONLINKSTRUCT
impl !Send for tagMONLINKSTRUCT
impl !Sync for tagMONLINKSTRUCT
impl Unpin for tagMONLINKSTRUCT
impl UnwindSafe for tagMONLINKSTRUCT
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