pub type solClient_session_createFuncInfo_t = solClient_session_createFuncInfo;

Aliased Type§

struct solClient_session_createFuncInfo_t {
    pub rxInfo: solClient_session_createRxCallbackFuncInfo,
    pub eventInfo: solClient_session_createEventCallbackFuncInfo,
    pub rxMsgInfo: solClient_session_createRxMsgCallbackFuncInfo,
}

Fields§

§rxInfo: solClient_session_createRxCallbackFuncInfo§eventInfo: solClient_session_createEventCallbackFuncInfo§rxMsgInfo: solClient_session_createRxMsgCallbackFuncInfo

Trait Implementations§

source§

impl Clone for solClient_session_createFuncInfo

source§

fn clone(&self) -> solClient_session_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_session_createFuncInfo

source§

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

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

impl Default for solClient_session_createFuncInfo

source§

fn default() -> Self

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

impl Copy for solClient_session_createFuncInfo