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

Trait Implementations§

source§

impl Clone for solClient_destination

source§

fn clone(&self) -> solClient_destination

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for solClient_destination

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for solClient_destination

source§

fn default() -> Self

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

impl Copy for solClient_destination