#[repr(C)]pub struct halide_trace_event_t {
pub func: *const c_char,
pub value: *mut c_void,
pub coordinates: *mut i32,
pub trace_tag: *const c_char,
pub type_: halide_type_t,
pub event: halide_trace_event_code_t,
pub parent_id: i32,
pub value_index: i32,
pub dimensions: i32,
}Fields§
§func: *const c_char§value: *mut c_void§coordinates: *mut i32§trace_tag: *const c_char§type_: halide_type_t§event: halide_trace_event_code_t§parent_id: i32§value_index: i32§dimensions: i32Trait Implementations§
Source§impl Clone for halide_trace_event_t
impl Clone for halide_trace_event_t
Source§fn clone(&self) -> halide_trace_event_t
fn clone(&self) -> halide_trace_event_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 halide_trace_event_t
impl Debug for halide_trace_event_t
impl Copy for halide_trace_event_t
Auto Trait Implementations§
impl Freeze for halide_trace_event_t
impl RefUnwindSafe for halide_trace_event_t
impl !Send for halide_trace_event_t
impl !Sync for halide_trace_event_t
impl Unpin for halide_trace_event_t
impl UnwindSafe for halide_trace_event_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