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