#[repr(C)]pub struct MQDLH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Reason: MQLONG,
pub DestQName: MQCHAR48,
pub DestQMgrName: MQCHAR48,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub PutApplType: MQLONG,
pub PutApplName: MQCHAR28,
pub PutDate: MQCHAR8,
pub PutTime: MQCHAR8,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Reason: MQLONGReason message arrived on dead-letter (undelivered-message) queue
DestQName: MQCHAR48Name of original destination queue
DestQMgrName: MQCHAR48Name of original destination queue manager
Encoding: MQLONGNumeric encoding of data that follows MQDLH
CodedCharSetId: MQLONGCharacter set identifier of data that follows MQDLH
Format: MQCHAR8Format name of data that follows MQDLH
PutApplType: MQLONGType of application that put message on dead-letter (undelivered-message) queue
PutApplName: MQCHAR28Name of application that put message on dead-letter (undelivered-message) queue
PutDate: MQCHAR8Date when message was put on dead-letter (undelivered-message) queue
PutTime: MQCHAR8Time when message was put on dead-letter (undelivered-message) queue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQDLH
impl RefUnwindSafe for MQDLH
impl Send for MQDLH
impl Sync for MQDLH
impl Unpin for MQDLH
impl UnwindSafe for MQDLH
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