pub type solClient_flow_createEventCallbackFuncInfo_t = solClient_flow_createEventCallbackFuncInfo;

Aliased Type§

struct solClient_flow_createEventCallbackFuncInfo_t {
    pub callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut solClient_flow_eventCallbackInfo, _: *mut c_void)>,
    pub user_p: *mut c_void,
}

Fields§

§callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut solClient_flow_eventCallbackInfo, _: *mut c_void)>§user_p: *mut c_void

Trait Implementations§

source§

impl Clone for solClient_flow_createEventCallbackFuncInfo

source§

fn clone(&self) -> solClient_flow_createEventCallbackFuncInfo

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_createEventCallbackFuncInfo

source§

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

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

impl Default for solClient_flow_createEventCallbackFuncInfo

source§

fn default() -> Self

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

impl Copy for solClient_flow_createEventCallbackFuncInfo