#[repr(C)]pub struct MQAXP {Show 17 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ExitId: MQLONG,
pub ExitReason: MQLONG,
pub ExitResponse: MQLONG,
pub ExitResponse2: MQLONG,
pub Feedback: MQLONG,
pub APICallerType: MQLONG,
pub ExitUserArea: MQBYTE16,
pub ExitData: MQCHAR32,
pub ExitInfoName: MQCHAR48,
pub ExitPDArea: MQBYTE48,
pub QMgrName: MQCHAR48,
pub ExitChainAreaPtr: PMQACH,
pub Hconfig: MQHCONFIG,
pub Function: MQLONG,
pub ExitMsgHandle: MQHMSG,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ExitId: MQLONGType of exit
ExitReason: MQLONGReason for invoking exit
ExitResponse: MQLONGResponse from exit
ExitResponse2: MQLONGSecondary response from exit
Feedback: MQLONGFeedback
APICallerType: MQLONGAPI caller type
ExitUserArea: MQBYTE16Exit user area
ExitData: MQCHAR32Exit data
ExitInfoName: MQCHAR48Exit information name
ExitPDArea: MQBYTE48Problem determination area
QMgrName: MQCHAR48Name of local queue manager
ExitChainAreaPtr: PMQACHAddress of first MQACH structure in chain
Hconfig: MQHCONFIGConfiguration handle
Function: MQLONGAPI function identifier
ExitMsgHandle: MQHMSGExit message handle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQAXP
impl RefUnwindSafe for MQAXP
impl !Send for MQAXP
impl !Sync for MQAXP
impl Unpin for MQAXP
impl UnwindSafe for MQAXP
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