pub type solClient_flow_createFuncInfo_t = solClient_flow_createFuncInfo;

Aliased Type§

struct solClient_flow_createFuncInfo_t {
    pub rxInfo: solClient_flow_createRxCallbackFuncInfo,
    pub eventInfo: solClient_flow_createEventCallbackFuncInfo,
    pub rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo,
}

Fields§

§rxInfo: solClient_flow_createRxCallbackFuncInfo§eventInfo: solClient_flow_createEventCallbackFuncInfo§rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo

Trait Implementations§

source§

impl Clone for solClient_flow_createFuncInfo

source§

fn clone(&self) -> solClient_flow_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_flow_createFuncInfo

source§

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

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

impl Default for solClient_flow_createFuncInfo

source§

fn default() -> Self

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

impl Copy for solClient_flow_createFuncInfo