#[repr(C)]pub struct MQDMHO {
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 MQDLTMH
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQDMHO
impl RefUnwindSafe for MQDMHO
impl Send for MQDMHO
impl Sync for MQDMHO
impl Unpin for MQDMHO
impl UnwindSafe for MQDMHO
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