#[repr(C)]pub struct MQCFIL {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub Count: MQLONG,
pub Values: [MQLONG; 1],
}Available on crate feature
pcf only.Expand description
Fields§
§Type: MQLONGStructure type
StrucLength: MQLONGStructure length
Parameter: MQLONGParameter identifier
Count: MQLONGCount of parameter values
Values: [MQLONG; 1]Parameter values – first element
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFIL
impl RefUnwindSafe for MQCFIL
impl Send for MQCFIL
impl Sync for MQCFIL
impl Unpin for MQCFIL
impl UnwindSafe for MQCFIL
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