#[repr(C)]pub struct MQZAC {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ProcessId: MQPID,
pub ThreadId: MQTID,
pub ApplName: MQCHAR28,
pub UserID: MQCHAR12,
pub EffectiveUserID: MQCHAR12,
pub Environment: MQLONG,
pub CallerType: MQLONG,
pub AuthenticationType: MQLONG,
pub BindType: MQLONG,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ProcessId: MQPIDProcess identifier of application
ThreadId: MQTIDThread identifier of application
ApplName: MQCHAR28Application name
UserID: MQCHAR12User ID of application
EffectiveUserID: MQCHAR12Effective user ID of application
Environment: MQLONGEnvironment of caller
CallerType: MQLONGType of caller
AuthenticationType: MQLONGType of authentication being performed
BindType: MQLONGType of bindings in use
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQZAC
impl RefUnwindSafe for MQZAC
impl Send for MQZAC
impl Sync for MQZAC
impl Unpin for MQZAC
impl UnwindSafe for MQZAC
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