#[repr(C)]pub struct MQBO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub Options: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
Options: MQLONGOptions that control the action of MQBEGIN
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQBO
impl RefUnwindSafe for MQBO
impl Send for MQBO
impl Sync for MQBO
impl Unpin for MQBO
impl UnwindSafe for MQBO
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