#[repr(C)]pub struct MQCFSL {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub CodedCharSetId: MQLONG,
pub Count: MQLONG,
pub StringLength: MQLONG,
pub Strings: [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
Count: MQLONGCount of parameter values
StringLength: MQLONGLength of one string
Strings: [MQCHAR; 1]String values – first character
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFSL
impl RefUnwindSafe for MQCFSL
impl Send for MQCFSL
impl Sync for MQCFSL
impl Unpin for MQCFSL
impl UnwindSafe for MQCFSL
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