pub type solClient_bufInfo_t = solClient_bufInfo;

Aliased Type§

struct solClient_bufInfo_t {
    pub buf_p: *mut c_void,
    pub bufSize: u32,
}

Fields§

§buf_p: *mut c_void§bufSize: u32

Trait Implementations§

source§

impl Clone for solClient_bufInfo

source§

fn clone(&self) -> solClient_bufInfo

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_bufInfo

source§

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

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

impl Default for solClient_bufInfo

source§

fn default() -> Self

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

impl Copy for solClient_bufInfo