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