#[repr(C)]pub struct MQCHARV {
pub VSPtr: MQPTR,
pub VSOffset: MQLONG,
pub VSBufSize: MQLONG,
pub VSLength: MQLONG,
pub VSCCSID: MQLONG,
}Expand description
Fields§
§VSPtr: MQPTRAddress of variable length string
VSOffset: MQLONGOffset of variable length string
VSBufSize: MQLONGSize of buffer
VSLength: MQLONGLength of variable length string
VSCCSID: MQLONGCCSID of variable length string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MQCHARV
impl RefUnwindSafe for MQCHARV
impl !Send for MQCHARV
impl !Sync for MQCHARV
impl Unpin for MQCHARV
impl UnwindSafe for MQCHARV
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