#[repr(C)]pub struct MQPBC {
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub PubTopicString: MQCHARV,
pub MsgDescPtr: PMQMD,
}Available on crate feature
exits only.Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
PubTopicString: MQCHARVPublish topic string
MsgDescPtr: PMQMDAddress of publisher message descriptor
MQPBC::Version >= 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQPBC
impl RefUnwindSafe for MQPBC
impl !Send for MQPBC
impl !Sync for MQPBC
impl Unpin for MQPBC
impl UnwindSafe for MQPBC
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