#[repr(C)]pub struct MQCFST {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub CodedCharSetId: MQLONG,
pub StringLength: MQLONG,
pub String: [MQCHAR; 1],
}Available on crate feature
pcf only.Expand description
Fields§
§Type: MQLONGStructure type
StrucLength: MQLONGStructure length
Parameter: MQLONGParameter identifier
CodedCharSetId: MQLONGCoded character set identifier
StringLength: MQLONGLength of string
String: [MQCHAR; 1]String value – first character
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFST
impl RefUnwindSafe for MQCFST
impl Send for MQCFST
impl Sync for MQCFST
impl Unpin for MQCFST
impl UnwindSafe for MQCFST
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