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_createRegisterFdFuncInfo

Trait Implementations§

source§

impl Clone for solClient_context_createFuncInfo

source§

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)

Performs copy-assignment from source. Read more
source§

impl Debug for solClient_context_createFuncInfo

source§

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

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

impl Default for solClient_context_createFuncInfo

source§

fn default() -> Self

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

impl Copy for solClient_context_createFuncInfo