#[repr(C)]pub struct MQACH {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub StrucLength: MQLONG,
pub ChainAreaLength: MQLONG,
pub ExitInfoName: MQCHAR48,
pub NextChainAreaPtr: PMQACH,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
StrucLength: MQLONGLength of MQACH structure
ChainAreaLength: MQLONGTotal length of chain area
ExitInfoName: MQCHAR48Exit information name
NextChainAreaPtr: PMQACHAddress of next MQACH structure in chain
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQACH
impl RefUnwindSafe for MQACH
impl !Send for MQACH
impl !Sync for MQACH
impl Unpin for MQACH
impl UnwindSafe for MQACH
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