#[repr(C)]pub struct solClient_flow_createEventCallbackFuncInfo {
pub callback_p: solClient_flow_eventCallbackFunc_t,
pub user_p: *mut c_void,
}Fields§
§callback_p: solClient_flow_eventCallbackFunc_t§user_p: *mut c_voidTrait Implementations§
Source§impl Clone for solClient_flow_createEventCallbackFuncInfo
impl Clone for solClient_flow_createEventCallbackFuncInfo
Source§fn clone(&self) -> solClient_flow_createEventCallbackFuncInfo
fn clone(&self) -> solClient_flow_createEventCallbackFuncInfo
Returns a duplicate 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 moreimpl Copy for solClient_flow_createEventCallbackFuncInfo
Auto Trait Implementations§
impl Freeze for solClient_flow_createEventCallbackFuncInfo
impl RefUnwindSafe for solClient_flow_createEventCallbackFuncInfo
impl !Send for solClient_flow_createEventCallbackFuncInfo
impl !Sync for solClient_flow_createEventCallbackFuncInfo
impl Unpin for solClient_flow_createEventCallbackFuncInfo
impl UnwindSafe for solClient_flow_createEventCallbackFuncInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more