#[repr(C)]pub struct MQCFH {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Version: MQLONG,
pub Command: MQLONG,
pub MsgSeqNumber: MQLONG,
pub Control: MQLONG,
pub CompCode: MQLONG,
pub Reason: MQLONG,
pub ParameterCount: MQLONG,
}Available on crate feature
pcf only.Expand description
Fields§
§Type: MQLONGStructure type
StrucLength: MQLONGStructure length
Version: MQLONGStructure version number
Command: MQLONGCommand identifier
MsgSeqNumber: MQLONGMessage sequence number
Control: MQLONGControl options
CompCode: MQLONGCompletion code
Reason: MQLONGReason code qualifying completion code
ParameterCount: MQLONGCount of parameter structures
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFH
impl RefUnwindSafe for MQCFH
impl Send for MQCFH
impl Sync for MQCFH
impl Unpin for MQCFH
impl UnwindSafe for MQCFH
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