#[repr(C)]pub struct solClient_session_createEventCallbackFuncInfo {
pub callback_p: solClient_session_eventCallbackFunc_t,
pub user_p: *mut c_void,
}Fields§
§callback_p: solClient_session_eventCallbackFunc_t§user_p: *mut c_voidTrait Implementations§
Source§impl Clone for solClient_session_createEventCallbackFuncInfo
impl Clone for solClient_session_createEventCallbackFuncInfo
Source§fn clone(&self) -> solClient_session_createEventCallbackFuncInfo
fn clone(&self) -> solClient_session_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_session_createEventCallbackFuncInfo
Auto Trait Implementations§
impl Freeze for solClient_session_createEventCallbackFuncInfo
impl RefUnwindSafe for solClient_session_createEventCallbackFuncInfo
impl !Send for solClient_session_createEventCallbackFuncInfo
impl !Sync for solClient_session_createEventCallbackFuncInfo
impl Unpin for solClient_session_createEventCallbackFuncInfo
impl UnwindSafe for solClient_session_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