Type Alias solace_rs_sys::solClient_field_t
source · 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_1Trait Implementations§
source§impl Clone for solClient_field
impl Clone for solClient_field
source§fn clone(&self) -> solClient_field
fn clone(&self) -> solClient_field
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