#[repr(C)]pub struct MQCTLO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub Reserved: MQLONG,
pub ConnectionArea: MQPTR,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQCTL
Reserved: MQLONGReserved
ConnectionArea: MQPTRMQCTL Data area passed to the function
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCTLO
impl RefUnwindSafe for MQCTLO
impl !Send for MQCTLO
impl !Sync for MQCTLO
impl Unpin for MQCTLO
impl UnwindSafe for MQCTLO
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