pub type solClient_flow_createRxMsgCallbackFuncInfo_t = solClient_flow_createRxMsgCallbackFuncInfo;Aliased Type§
struct solClient_flow_createRxMsgCallbackFuncInfo_t {
pub callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> u32>,
pub user_p: *mut c_void,
}Fields§
§callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> u32>§user_p: *mut c_voidTrait Implementations§
source§impl Clone for solClient_flow_createRxMsgCallbackFuncInfo
impl Clone for solClient_flow_createRxMsgCallbackFuncInfo
source§fn clone(&self) -> solClient_flow_createRxMsgCallbackFuncInfo
fn clone(&self) -> solClient_flow_createRxMsgCallbackFuncInfo
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