#[repr(C)]pub struct solCache_eventCallbackInfo {
pub cacheEvent: solCache_event_t,
pub topic: *const c_char,
pub rc: solClient_returnCode_t,
pub subCode: solClient_subCode_t,
pub cacheRequestId: solClient_uint64_t,
}Fields§
§cacheEvent: solCache_event_t§topic: *const c_char§rc: solClient_returnCode_t§subCode: solClient_subCode_t§cacheRequestId: solClient_uint64_tTrait Implementations§
Source§impl Clone for solCache_eventCallbackInfo
impl Clone for solCache_eventCallbackInfo
Source§fn clone(&self) -> solCache_eventCallbackInfo
fn clone(&self) -> solCache_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 moreSource§impl Debug for solCache_eventCallbackInfo
impl Debug for solCache_eventCallbackInfo
Source§impl Default for solCache_eventCallbackInfo
impl Default for solCache_eventCallbackInfo
impl Copy for solCache_eventCallbackInfo
Auto Trait Implementations§
impl Freeze for solCache_eventCallbackInfo
impl RefUnwindSafe for solCache_eventCallbackInfo
impl !Send for solCache_eventCallbackInfo
impl !Sync for solCache_eventCallbackInfo
impl Unpin for solCache_eventCallbackInfo
impl UnwindSafe for solCache_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