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