#[repr(C)]pub struct MQZIC {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub UserIdentifier: MQCHAR12,
pub AccountingToken: MQBYTE32,
pub ApplIdentityData: MQCHAR32,
pub LongUserIdentifier: MQCHAR1024,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
UserIdentifier: MQCHAR12User identifier
AccountingToken: MQBYTE32Accounting token
ApplIdentityData: MQCHAR32Application data relating to identity
LongUserIdentifier: MQCHAR1024Long user identifier
MQZIC::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQZIC
impl RefUnwindSafe for MQZIC
impl Send for MQZIC
impl Sync for MQZIC
impl Unpin for MQZIC
impl UnwindSafe for MQZIC
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