#[repr(C)]pub struct MQPD {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub Support: MQLONG,
pub Context: MQLONG,
pub CopyOptions: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONG§Support: MQLONGProperty support option
Context: MQLONGProperty context
CopyOptions: MQLONGProperty copy options
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQPD
impl RefUnwindSafe for MQPD
impl Send for MQPD
impl Sync for MQPD
impl Unpin for MQPD
impl UnwindSafe for MQPD
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