#[repr(C)]pub struct MQEPH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub Flags: MQLONG,
pub PCFHeader: MQCFH,
}Available on crate feature
pcf only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONG§Encoding: MQLONGNumeric encoding of data that follows last PCF parameter structure
CodedCharSetId: MQLONGCharacter set identifier of data that follows last PCF parameter structure
Format: MQCHAR8Format name of data that follows last PCF parameter structure
Flags: MQLONGFlags
PCFHeader: MQCFHProgrammable Command Format Header
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQEPH
impl RefUnwindSafe for MQEPH
impl Send for MQEPH
impl Sync for MQEPH
impl Unpin for MQEPH
impl UnwindSafe for MQEPH
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