#[repr(C)]pub struct MQWQR {Show 17 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub QFlags: MQLONG,
pub QName: MQCHAR48,
pub QMgrIdentifier: MQCHAR48,
pub ClusterRecOffset: MQLONG,
pub QType: MQLONG,
pub QDesc: MQCHAR64,
pub DefBind: MQLONG,
pub DefPersistence: MQLONG,
pub DefPriority: MQLONG,
pub InhibitPut: MQLONG,
pub CLWLQueuePriority: MQLONG,
pub CLWLQueueRank: MQLONG,
pub DefPutResponse: MQLONG,
pub CapExpiry: MQLONG,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONGLength of MQWQR structure
QFlags: MQLONGQueue flags
QName: MQCHAR48Queue name
QMgrIdentifier: MQCHAR48Queue-manager identifier
ClusterRecOffset: MQLONGOffset of first cluster record
QType: MQLONGQueue type
QDesc: MQCHAR64Queue description
DefBind: MQLONGDefault binding
DefPersistence: MQLONGDefault message persistence
DefPriority: MQLONGDefault message priority
InhibitPut: MQLONGWhether put operations on the queue are allowed
CLWLQueuePriority: MQLONGQueue priority
MQWQR::Version >= 2
CLWLQueueRank: MQLONGQueue rank
MQWQR::Version >= 2
DefPutResponse: MQLONGDefault put response
MQWQR::Version >= 3
CapExpiry: MQLONGCapExpiry
MQWQR::Version >= 4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQWQR
impl RefUnwindSafe for MQWQR
impl Send for MQWQR
impl Sync for MQWQR
impl Unpin for MQWQR
impl UnwindSafe for MQWQR
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