#[repr(C)]pub struct parasail_result_extra_trace {
pub trace_table: *mut c_void,
pub trace_ins_table: *mut c_void,
pub trace_del_table: *mut c_void,
}Fields§
§trace_table: *mut c_void§trace_ins_table: *mut c_void§trace_del_table: *mut c_voidTrait Implementations§
Source§impl Clone for parasail_result_extra_trace
impl Clone for parasail_result_extra_trace
Source§fn clone(&self) -> parasail_result_extra_trace
fn clone(&self) -> parasail_result_extra_trace
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 parasail_result_extra_trace
impl Debug for parasail_result_extra_trace
impl Copy for parasail_result_extra_trace
Auto Trait Implementations§
impl Freeze for parasail_result_extra_trace
impl RefUnwindSafe for parasail_result_extra_trace
impl !Send for parasail_result_extra_trace
impl !Sync for parasail_result_extra_trace
impl Unpin for parasail_result_extra_trace
impl UnwindSafe for parasail_result_extra_trace
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)