libmqm_sys::lib

Type Alias MQCFST

Source
pub type MQCFST = tagMQCFST;

Aliased Type§

struct MQCFST {
    pub Type: i32,
    pub StrucLength: i32,
    pub Parameter: i32,
    pub CodedCharSetId: i32,
    pub StringLength: i32,
    pub String: [i8; 1],
}

Fields§

§Type: i32§StrucLength: i32§Parameter: i32§CodedCharSetId: i32§StringLength: i32§String: [i8; 1]

Trait Implementations§

Source§

impl Default for MQCFST

Source§

fn default() -> Self

Returns the “default value” for a type. Read more