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