pub type solClient_field_t = solClient_field;

Aliased Type§

struct solClient_field_t {
    pub type_: i32,
    pub length: u32,
    pub value: solClient_field__bindgen_ty_1,
}

Fields§

§type_: i32§length: u32§value: solClient_field__bindgen_ty_1

Trait Implementations§

source§

impl Clone for solClient_field

source§

fn clone(&self) -> solClient_field

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 Default for solClient_field

source§

fn default() -> Self

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

impl Copy for solClient_field