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