#[repr(C)]pub struct MQZAD {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ProfileName: MQCHAR48,
pub ObjectType: MQLONG,
pub Authority: MQLONG,
pub EntityDataPtr: PMQZED,
pub EntityType: MQLONG,
pub Options: MQLONG,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ProfileName: MQCHAR48Profile name
ObjectType: MQLONGObject type
Authority: MQLONGAuthority
EntityDataPtr: PMQZEDAddress of MQZED structure identifying an entity
EntityType: MQLONGEntity type
Options: MQLONGOptions
MQZAD::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQZAD
impl RefUnwindSafe for MQZAD
impl !Send for MQZAD
impl !Sync for MQZAD
impl Unpin for MQZAD
impl UnwindSafe for MQZAD
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