#[repr(C)]pub struct MQOR {
pub ObjectName: MQCHAR48,
pub ObjectQMgrName: MQCHAR48,
}Expand description
Fields§
§ObjectName: MQCHAR48Object name
ObjectQMgrName: MQCHAR48Object queue manager name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQOR
impl RefUnwindSafe for MQOR
impl Send for MQOR
impl Sync for MQOR
impl Unpin for MQOR
impl UnwindSafe for MQOR
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