#[repr(C)]pub struct MQIMPO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub RequestedEncoding: MQLONG,
pub RequestedCCSID: MQLONG,
pub ReturnedEncoding: MQLONG,
pub ReturnedCCSID: MQLONG,
pub Reserved1: MQLONG,
pub ReturnedName: MQCHARV,
pub TypeString: MQCHAR8,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQINQMP
RequestedEncoding: MQLONGRequested encoding of Value
RequestedCCSID: MQLONGRequested character set identifier of Value
ReturnedEncoding: MQLONGReturned encoding of Value
ReturnedCCSID: MQLONGReturned character set identifier of Value
Reserved1: MQLONGReserved
ReturnedName: MQCHARVReturned property name
TypeString: MQCHAR8Property data type as a string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQIMPO
impl RefUnwindSafe for MQIMPO
impl !Send for MQIMPO
impl !Sync for MQIMPO
impl Unpin for MQIMPO
impl UnwindSafe for MQIMPO
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