#[repr(C)]pub struct MQXQH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub RemoteQName: MQCHAR48,
pub RemoteQMgrName: MQCHAR48,
pub MsgDesc: MQMD1,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
RemoteQName: MQCHAR48Name of destination queue
RemoteQMgrName: MQCHAR48Name of destination queue manager
MsgDesc: MQMD1Original message descriptor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQXQH
impl RefUnwindSafe for MQXQH
impl Send for MQXQH
impl Sync for MQXQH
impl Unpin for MQXQH
impl UnwindSafe for MQXQH
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