#[repr(C)]pub struct MQSMPO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub ValueEncoding: MQLONG,
pub ValueCCSID: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQSETMP
ValueEncoding: MQLONGEncoding of Value
ValueCCSID: MQLONGCharacter set identifier of Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQSMPO
impl RefUnwindSafe for MQSMPO
impl Send for MQSMPO
impl Sync for MQSMPO
impl Unpin for MQSMPO
impl UnwindSafe for MQSMPO
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