#[repr(C)]pub struct halide_trace_packet_t {
pub size: u32,
pub id: i32,
pub type_: halide_type_t,
pub event: halide_trace_event_code_t,
pub parent_id: i32,
pub value_index: i32,
pub dimensions: i32,
}Fields§
§size: u32§id: i32§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_packet_t
impl Clone for halide_trace_packet_t
Source§fn clone(&self) -> halide_trace_packet_t
fn clone(&self) -> halide_trace_packet_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_packet_t
impl Debug for halide_trace_packet_t
impl Copy for halide_trace_packet_t
Auto Trait Implementations§
impl Freeze for halide_trace_packet_t
impl RefUnwindSafe for halide_trace_packet_t
impl Send for halide_trace_packet_t
impl Sync for halide_trace_packet_t
impl Unpin for halide_trace_packet_t
impl UnwindSafe for halide_trace_packet_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