#[repr(C)]pub struct MQBNO {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub ApplType: MQLONG,
pub Timeout: MQLONG,
pub Options: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
ApplType: MQLONGApplication Balancing Type
Timeout: MQLONGTimeout value in seconds
Options: MQLONGAdditional Balancing Options
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQBNO
impl RefUnwindSafe for MQBNO
impl Send for MQBNO
impl Sync for MQBNO
impl Unpin for MQBNO
impl UnwindSafe for MQBNO
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