#[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: HCONVTrait Implementations§
Source§impl Clone for tagMONLINKSTRUCT
impl Clone for tagMONLINKSTRUCT
Source§fn clone(&self) -> tagMONLINKSTRUCT
fn clone(&self) -> tagMONLINKSTRUCT
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 tagMONLINKSTRUCT
impl Debug for tagMONLINKSTRUCT
impl Copy 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