libmqm_sys::lib

Type Alias MQPSXP

Source
pub type MQPSXP = tagMQPSXP;

Aliased Type§

struct MQPSXP {
Show 18 fields pub StrucId: [i8; 4], pub Version: i32, pub ExitId: i32, pub ExitReason: i32, pub ExitResponse: i32, pub ExitResponse2: i32, pub Feedback: i32, pub Hconn: i32, pub ExitUserArea: [u8; 16], pub ExitData: [i8; 32], pub QMgrName: [i8; 48], pub MsgHandle: i64, pub MsgDescPtr: *mut tagMQMD, pub MsgInPtr: *mut c_void, pub MsgInLength: i32, pub MsgOutPtr: *mut c_void, pub MsgOutLength: i32, pub pEntryPoints: *mut tagMQIEP,
}

Fields§

§StrucId: [i8; 4]§Version: i32§ExitId: i32§ExitReason: i32§ExitResponse: i32§ExitResponse2: i32§Feedback: i32§Hconn: i32§ExitUserArea: [u8; 16]§ExitData: [i8; 32]§QMgrName: [i8; 48]§MsgHandle: i64§MsgDescPtr: *mut tagMQMD§MsgInPtr: *mut c_void§MsgInLength: i32§MsgOutPtr: *mut c_void§MsgOutLength: i32§pEntryPoints: *mut tagMQIEP

Trait Implementations§

Source§

impl Default for MQPSXP

Source§

fn default() -> Self

Returns the “default value” for a type. Read more