pub type solClient_destination_t = solClient_destination;

Aliased Type§

struct solClient_destination_t {
    pub destType: i32,
    pub dest: *const i8,
}

Fields§

§destType: i32§dest: *const i8