#[repr(C)]pub struct tagMQPSXP {Show 18 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ExitId: MQLONG,
pub ExitReason: MQLONG,
pub ExitResponse: MQLONG,
pub ExitResponse2: MQLONG,
pub Feedback: MQLONG,
pub Hconn: MQHCONN,
pub ExitUserArea: MQBYTE16,
pub ExitData: MQCHAR32,
pub QMgrName: MQCHAR48,
pub MsgHandle: MQHMSG,
pub MsgDescPtr: PMQMD,
pub MsgInPtr: PMQVOID,
pub MsgInLength: MQLONG,
pub MsgOutPtr: PMQVOID,
pub MsgOutLength: MQLONG,
pub pEntryPoints: PMQIEP,
}Fields§
§StrucId: MQCHAR4§Version: MQLONG§ExitId: MQLONG§ExitReason: MQLONG§ExitResponse: MQLONG§ExitResponse2: MQLONG§Feedback: MQLONG§Hconn: MQHCONN§ExitUserArea: MQBYTE16§ExitData: MQCHAR32§QMgrName: MQCHAR48§MsgHandle: MQHMSG§MsgDescPtr: PMQMD§MsgInPtr: PMQVOID§MsgInLength: MQLONG§MsgOutPtr: PMQVOID§MsgOutLength: MQLONG§pEntryPoints: PMQIEPTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagMQPSXP
impl RefUnwindSafe for tagMQPSXP
impl !Send for tagMQPSXP
impl !Sync for tagMQPSXP
impl Unpin for tagMQPSXP
impl UnwindSafe for tagMQPSXP
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)