#[repr(C)]pub struct MQXEPO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
pub ExitProperties: MQCHARV,
}Available on crate feature
exits only.Expand description
Register entry point options
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQXEP
ExitProperties: MQCHARVExit properties
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQXEPO
impl RefUnwindSafe for MQXEPO
impl !Send for MQXEPO
impl !Sync for MQXEPO
impl Unpin for MQXEPO
impl UnwindSafe for MQXEPO
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