Type Alias solace_rs_sys::solClient_context_createFuncInfo_t
source · pub type solClient_context_createFuncInfo_t = solClient_context_createFuncInfo;Aliased Type§
struct solClient_context_createFuncInfo_t {
pub regFdInfo: solClient_context_createRegisterFdFuncInfo,
}Fields§
§regFdInfo: solClient_context_createRegisterFdFuncInfoTrait Implementations§
source§impl Clone for solClient_context_createFuncInfo
impl Clone for solClient_context_createFuncInfo
source§fn clone(&self) -> solClient_context_createFuncInfo
fn clone(&self) -> solClient_context_createFuncInfo
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