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