#[repr(C)]pub struct MQCFBS {
pub Type: MQLONG,
pub StrucLength: MQLONG,
pub Parameter: MQLONG,
pub StringLength: MQLONG,
pub String: [MQBYTE; 1],
}Available on crate feature
pcf only.Expand description
Fields§
§Type: MQLONGStructure type
StrucLength: MQLONGStructure length
Parameter: MQLONGParameter identifier
StringLength: MQLONGLength of string
String: [MQBYTE; 1]String value – first byte
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCFBS
impl RefUnwindSafe for MQCFBS
impl Send for MQCFBS
impl Sync for MQCFBS
impl Unpin for MQCFBS
impl UnwindSafe for MQCFBS
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