#[repr(C)]pub struct tagMQCFIN {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub Value: MQLONG,
}Fields§
§Type: MQLONG§StrucLength: MQLONG§Parameter: MQLONG§Value: MQLONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagMQCFIN
impl RefUnwindSafe for tagMQCFIN
impl Send for tagMQCFIN
impl Sync for tagMQCFIN
impl Unpin for tagMQCFIN
impl UnwindSafe for tagMQCFIN
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)