#[repr(C)]pub struct solClient_flow_eventCallbackInfo {
pub flowEvent: solClient_flow_event_t,
pub responseCode: solClient_session_responseCode_t,
pub info_p: *const c_char,
}Fields§
§flowEvent: solClient_flow_event_t§responseCode: solClient_session_responseCode_t§info_p: *const c_charTrait Implementations§
Source§impl Clone for solClient_flow_eventCallbackInfo
impl Clone for solClient_flow_eventCallbackInfo
Source§fn clone(&self) -> solClient_flow_eventCallbackInfo
fn clone(&self) -> solClient_flow_eventCallbackInfo
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_eventCallbackInfo
Auto Trait Implementations§
impl Freeze for solClient_flow_eventCallbackInfo
impl RefUnwindSafe for solClient_flow_eventCallbackInfo
impl !Send for solClient_flow_eventCallbackInfo
impl !Sync for solClient_flow_eventCallbackInfo
impl Unpin for solClient_flow_eventCallbackInfo
impl UnwindSafe for solClient_flow_eventCallbackInfo
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