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