#[repr(C)]pub struct solClient_flow_createFuncInfo {
pub rxInfo: solClient_flow_createRxCallbackFuncInfo_t,
pub eventInfo: solClient_flow_createEventCallbackFuncInfo_t,
pub rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo_t,
}Fields§
§rxInfo: solClient_flow_createRxCallbackFuncInfo_t§eventInfo: solClient_flow_createEventCallbackFuncInfo_t§rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo_tTrait Implementations§
Source§impl Clone for solClient_flow_createFuncInfo
impl Clone for solClient_flow_createFuncInfo
Source§fn clone(&self) -> solClient_flow_createFuncInfo
fn clone(&self) -> solClient_flow_createFuncInfo
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_createFuncInfo
Auto Trait Implementations§
impl Freeze for solClient_flow_createFuncInfo
impl RefUnwindSafe for solClient_flow_createFuncInfo
impl !Send for solClient_flow_createFuncInfo
impl !Sync for solClient_flow_createFuncInfo
impl Unpin for solClient_flow_createFuncInfo
impl UnwindSafe for solClient_flow_createFuncInfo
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