#[repr(C)]pub struct MQSRO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub NumPubs: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQSUBRQ
NumPubs: MQLONGNumber of publications sent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQSRO
impl RefUnwindSafe for MQSRO
impl Send for MQSRO
impl Sync for MQSRO
impl Unpin for MQSRO
impl UnwindSafe for MQSRO
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