#[repr(u32)]pub enum halide_trace_event_code_t {
halide_trace_load = 0,
halide_trace_store = 1,
halide_trace_begin_realization = 2,
halide_trace_end_realization = 3,
halide_trace_produce = 4,
halide_trace_end_produce = 5,
halide_trace_consume = 6,
halide_trace_end_consume = 7,
halide_trace_begin_pipeline = 8,
halide_trace_end_pipeline = 9,
halide_trace_tag = 10,
}Variants§
halide_trace_load = 0
halide_trace_store = 1
halide_trace_begin_realization = 2
halide_trace_end_realization = 3
halide_trace_produce = 4
halide_trace_end_produce = 5
halide_trace_consume = 6
halide_trace_end_consume = 7
halide_trace_begin_pipeline = 8
halide_trace_end_pipeline = 9
halide_trace_tag = 10
Trait Implementations§
Source§impl Clone for halide_trace_event_code_t
impl Clone for halide_trace_event_code_t
Source§fn clone(&self) -> halide_trace_event_code_t
fn clone(&self) -> halide_trace_event_code_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_code_t
impl Debug for halide_trace_event_code_t
Source§impl Hash for halide_trace_event_code_t
impl Hash for halide_trace_event_code_t
impl Copy for halide_trace_event_code_t
impl Eq for halide_trace_event_code_t
impl StructuralPartialEq for halide_trace_event_code_t
Auto Trait Implementations§
impl Freeze for halide_trace_event_code_t
impl RefUnwindSafe for halide_trace_event_code_t
impl Send for halide_trace_event_code_t
impl Sync for halide_trace_event_code_t
impl Unpin for halide_trace_event_code_t
impl UnwindSafe for halide_trace_event_code_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