Type Alias solace_rs_sys::solClient_destination_t
source · 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 i8Trait Implementations§
source§impl Clone for solClient_destination
impl Clone for solClient_destination
source§fn clone(&self) -> solClient_destination
fn clone(&self) -> solClient_destination
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more