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