#[repr(C)]pub struct error_log_ctx_t {
pub msg: *mut c_char,
pub error: u16,
pub req: *mut in3_req_t,
}Fields§
§msg: *mut c_char§error: u16§req: *mut in3_req_tTrait Implementations§
Source§impl Clone for error_log_ctx_t
impl Clone for error_log_ctx_t
Source§fn clone(&self) -> error_log_ctx_t
fn clone(&self) -> error_log_ctx_t
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 moreSource§impl Debug for error_log_ctx_t
impl Debug for error_log_ctx_t
impl Copy for error_log_ctx_t
Auto Trait Implementations§
impl Freeze for error_log_ctx_t
impl RefUnwindSafe for error_log_ctx_t
impl !Send for error_log_ctx_t
impl !Sync for error_log_ctx_t
impl Unpin for error_log_ctx_t
impl UnwindSafe for error_log_ctx_t
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