#[repr(C)]pub struct MQIIH {Show 16 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub Flags: MQLONG,
pub LTermOverride: MQCHAR8,
pub MFSMapName: MQCHAR8,
pub ReplyToFormat: MQCHAR8,
pub Authenticator: MQCHAR8,
pub TranInstanceId: MQBYTE16,
pub TranState: MQCHAR,
pub CommitMode: MQCHAR,
pub SecurityScope: MQCHAR,
pub Reserved: MQCHAR,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONGLength of MQIIH structure
Encoding: MQLONGReserved
CodedCharSetId: MQLONGReserved
Format: MQCHAR8MQ format name of data that follows MQIIH
Flags: MQLONGFlags
LTermOverride: MQCHAR8Logical terminal override
MFSMapName: MQCHAR8Message format services map name
ReplyToFormat: MQCHAR8MQ format name of reply message
Authenticator: MQCHAR8RACF password or passticket
TranInstanceId: MQBYTE16Transaction instance identifier
TranState: MQCHARTransaction state
CommitMode: MQCHARCommit mode
SecurityScope: MQCHARSecurity scope
Reserved: MQCHARReserved
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQIIH
impl RefUnwindSafe for MQIIH
impl Send for MQIIH
impl Sync for MQIIH
impl Unpin for MQIIH
impl UnwindSafe for MQIIH
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