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