Type Alias solace_rs_sys::solClient_flow_createFuncInfo_t
source · 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_createRxMsgCallbackFuncInfoTrait Implementations§
source§impl Clone for solClient_flow_createFuncInfo
impl Clone for solClient_flow_createFuncInfo
source§fn clone(&self) -> solClient_flow_createFuncInfo
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more