#[repr(C)]pub struct ZL_StaticErrorInfo_s {
pub code: ZL_ErrorCode,
pub fmt: *const c_char,
pub file: *const c_char,
pub func: *const c_char,
pub line: c_int,
}Expand description
ZL_StaticErrorInfo *
Fields§
§code: ZL_ErrorCode§fmt: *const c_char§file: *const c_char§func: *const c_char§line: c_intTrait Implementations§
Source§impl Clone for ZL_StaticErrorInfo_s
impl Clone for ZL_StaticErrorInfo_s
Source§fn clone(&self) -> ZL_StaticErrorInfo_s
fn clone(&self) -> ZL_StaticErrorInfo_s
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 ZL_StaticErrorInfo_s
impl Debug for ZL_StaticErrorInfo_s
impl Copy for ZL_StaticErrorInfo_s
Auto Trait Implementations§
impl Freeze for ZL_StaticErrorInfo_s
impl RefUnwindSafe for ZL_StaticErrorInfo_s
impl !Send for ZL_StaticErrorInfo_s
impl !Sync for ZL_StaticErrorInfo_s
impl Unpin for ZL_StaticErrorInfo_s
impl UnwindSafe for ZL_StaticErrorInfo_s
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