#[repr(C)]pub struct MQDXP {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ExitOptions: MQLONG,
pub AppOptions: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub DataLength: MQLONG,
pub CompCode: MQLONG,
pub Reason: MQLONG,
pub ExitResponse: MQLONG,
pub Hconn: MQHCONN,
pub pEntryPoints: PMQIEP,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ExitOptions: MQLONGReserved
AppOptions: MQLONGApplication options
Encoding: MQLONGNumeric encoding required by application
CodedCharSetId: MQLONGCharacter set required by application
DataLength: MQLONGLength in bytes of message data
CompCode: MQLONGCompletion code
Reason: MQLONGReason code qualifying CompCode
ExitResponse: MQLONGResponse from exit
Hconn: MQHCONNConnection handle
pEntryPoints: PMQIEPInterface entry points
MQDXP::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQDXP
impl RefUnwindSafe for MQDXP
impl !Send for MQDXP
impl !Sync for MQDXP
impl Unpin for MQDXP
impl UnwindSafe for MQDXP
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