#[repr(C)]pub struct MQDH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub Flags: MQLONG,
pub PutMsgRecFields: MQLONG,
pub RecsPresent: MQLONG,
pub ObjectRecOffset: MQLONG,
pub PutMsgRecOffset: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONG§Encoding: MQLONGNumeric encoding of data that follows the MQOR and MQPMR records
CodedCharSetId: MQLONGCharacter set identifier of data that follows the MQOR and MQPMR records
Format: MQCHAR8Format name of data that follows the MQOR and MQPMR records
Flags: MQLONGGeneral flags
PutMsgRecFields: MQLONGFlags indicating which MQPMR fields are present
RecsPresent: MQLONGNumber of MQOR records present
ObjectRecOffset: MQLONG§PutMsgRecOffset: MQLONGOffset of first MQPMR record from start of MQDH
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQDH
impl RefUnwindSafe for MQDH
impl Send for MQDH
impl Sync for MQDH
impl Unpin for MQDH
impl UnwindSafe for MQDH
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