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