#[repr(C)]pub struct MQZFP {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Reserved: MQBYTE8,
pub CorrelationPtr: MQPTR,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Reserved: MQBYTE8Reserved
CorrelationPtr: MQPTRAddress of correlational data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQZFP
impl RefUnwindSafe for MQZFP
impl !Send for MQZFP
impl !Sync for MQZFP
impl Unpin for MQZFP
impl UnwindSafe for MQZFP
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