#[repr(C)]pub struct MQZED {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub EntityNamePtr: PMQCHAR,
pub EntityDomainPtr: PMQCHAR,
pub SecurityId: MQBYTE40,
pub CorrelationPtr: MQPTR,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
EntityNamePtr: PMQCHARAddress of entity name
EntityDomainPtr: PMQCHARAddress of entity domain name
SecurityId: MQBYTE40Security identifier
CorrelationPtr: MQPTRAddress of correlational data
MQZED::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQZED
impl RefUnwindSafe for MQZED
impl !Send for MQZED
impl !Sync for MQZED
impl Unpin for MQZED
impl UnwindSafe for MQZED
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