#[repr(C)]pub struct MQCFIL64 {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub Count: MQLONG,
pub Values: [MQINT64; 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: [MQINT64; 1]Parameter values – first element
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFIL64
impl RefUnwindSafe for MQCFIL64
impl Send for MQCFIL64
impl Sync for MQCFIL64
impl Unpin for MQCFIL64
impl UnwindSafe for MQCFIL64
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