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