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