#[repr(C)]pub struct ErrorRecordT {
pub ta: *mut TempAllocatorI,
pub errors: *mut *mut c_char,
pub backing: *mut ErrorI,
}
Fields§
§ta: *mut TempAllocatorI
§errors: *mut *mut c_char
§backing: *mut ErrorI
Trait Implementations§
Source§impl Clone for ErrorRecordT
impl Clone for ErrorRecordT
Source§fn clone(&self) -> ErrorRecordT
fn clone(&self) -> ErrorRecordT
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 Default for ErrorRecordT
impl Default for ErrorRecordT
impl Copy for ErrorRecordT
Auto Trait Implementations§
impl Freeze for ErrorRecordT
impl RefUnwindSafe for ErrorRecordT
impl !Send for ErrorRecordT
impl !Sync for ErrorRecordT
impl Unpin for ErrorRecordT
impl UnwindSafe for ErrorRecordT
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