#[repr(C)]pub struct MQTMC2 {
pub StrucId: MQCHAR4,
pub Version: MQCHAR4,
pub QName: MQCHAR48,
pub ProcessName: MQCHAR48,
pub TriggerData: MQCHAR64,
pub ApplType: MQCHAR4,
pub ApplId: MQCHAR256,
pub EnvData: MQCHAR128,
pub UserData: MQCHAR128,
pub QMgrName: MQCHAR48,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQCHAR4Structure version number
QName: MQCHAR48Name of triggered queue
ProcessName: MQCHAR48Name of process object
TriggerData: MQCHAR64Trigger data
ApplType: MQCHAR4Application type
ApplId: MQCHAR256Application identifier
EnvData: MQCHAR128Environment data
UserData: MQCHAR128User data
QMgrName: MQCHAR48Queue manager name
MQTMC2::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQTMC2
impl RefUnwindSafe for MQTMC2
impl Send for MQTMC2
impl Sync for MQTMC2
impl Unpin for MQTMC2
impl UnwindSafe for MQTMC2
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