#[repr(C)]pub struct MQRFH2 {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub Flags: MQLONG,
pub NameValueCCSID: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONGTotal length of MQRFH2 including all NameValueLength and NameValueData fields
Encoding: MQLONGNumeric encoding of data that follows last NameValueData field
CodedCharSetId: MQLONGCharacter set identifier of data that follows last NameValueData field
Format: MQCHAR8Format name of data that follows last NameValueData field
Flags: MQLONGFlags
NameValueCCSID: MQLONGCharacter set identifier of NameValueData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQRFH2
impl RefUnwindSafe for MQRFH2
impl Send for MQRFH2
impl Sync for MQRFH2
impl Unpin for MQRFH2
impl UnwindSafe for MQRFH2
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