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