#[repr(C)]pub struct solClient_flow_rxMsgDispatchFuncInfo {
pub dispatchType: solClient_dispatchType_t,
pub callback_p: solClient_flow_rxMsgCallbackFunc_t,
pub user_p: *mut c_void,
pub rfu_p: *mut c_void,
}Fields§
§dispatchType: solClient_dispatchType_t§callback_p: solClient_flow_rxMsgCallbackFunc_t§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 moreimpl Copy for solClient_flow_rxMsgDispatchFuncInfo
Auto Trait Implementations§
impl RefUnwindSafe for solClient_flow_rxMsgDispatchFuncInfo
impl !Send for solClient_flow_rxMsgDispatchFuncInfo
impl !Sync for solClient_flow_rxMsgDispatchFuncInfo
impl Unpin for solClient_flow_rxMsgDispatchFuncInfo
impl UnwindSafe for solClient_flow_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