#[repr(C)]pub struct solClient_log_callbackInfo {
pub category: solClient_log_category_t,
pub level: solClient_log_level_t,
pub msg_p: *const c_char,
}Fields§
§category: solClient_log_category_t§level: solClient_log_level_t§msg_p: *const c_charTrait Implementations§
Source§impl Clone for solClient_log_callbackInfo
impl Clone for solClient_log_callbackInfo
Source§fn clone(&self) -> solClient_log_callbackInfo
fn clone(&self) -> solClient_log_callbackInfo
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 solClient_log_callbackInfo
impl Debug for solClient_log_callbackInfo
Source§impl Default for solClient_log_callbackInfo
impl Default for solClient_log_callbackInfo
impl Copy for solClient_log_callbackInfo
Auto Trait Implementations§
impl Freeze for solClient_log_callbackInfo
impl RefUnwindSafe for solClient_log_callbackInfo
impl !Send for solClient_log_callbackInfo
impl !Sync for solClient_log_callbackInfo
impl Unpin for solClient_log_callbackInfo
impl UnwindSafe for solClient_log_callbackInfo
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