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