#[repr(C)]pub struct MQWIH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub Encoding: MQLONG,
pub CodedCharSetId: MQLONG,
pub Format: MQCHAR8,
pub Flags: MQLONG,
pub ServiceName: MQCHAR32,
pub ServiceStep: MQCHAR8,
pub MsgToken: MQBYTE16,
pub Reserved: MQCHAR32,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONGLength of MQWIH structure
Encoding: MQLONGNumeric encoding of data that follows MQWIH
CodedCharSetId: MQLONGCharacter-set identifier of data that follows MQWIH
Format: MQCHAR8Format name of data that follows MQWIH
Flags: MQLONGFlags
ServiceName: MQCHAR32Service name
ServiceStep: MQCHAR8Service step name
MsgToken: MQBYTE16Message token
Reserved: MQCHAR32Reserved
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQWIH
impl RefUnwindSafe for MQWIH
impl Send for MQWIH
impl Sync for MQWIH
impl Unpin for MQWIH
impl UnwindSafe for MQWIH
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