#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagMONLINKSTRUCT
Auto Trait Implementations§
impl !Send for tagMONLINKSTRUCT
impl !Sync for tagMONLINKSTRUCT
impl Freeze for tagMONLINKSTRUCT
impl RefUnwindSafe for tagMONLINKSTRUCT
impl Unpin for tagMONLINKSTRUCT
impl UnsafeUnpin 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