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