Type Alias CompletionCode

Source
pub type CompletionCode = MQCC;
Expand description

MQ API completion code (MQCC_*)

Aliased Type§

struct CompletionCode(pub i32);

Fields§

§0: i32

Trait Implementations§

Source§

impl Default for CompletionCode

Source§

fn default() -> Self

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