Struct wasmtime_jit_debug::perf_jitdump::RecordHeader
source · Expand description
Each record starts with this fixed size record header which describes the record that follows
Fields§
§id: u32
uint32_t id: a value identifying the record type (see below)
record_size: u32
uint32_t total_size: the size in bytes of the record including the header.
timestamp: u64
uint64_t timestamp: a timestamp of when the record was created.
Trait Implementations§
source§impl Clone for RecordHeader
impl Clone for RecordHeader
source§fn clone(&self) -> RecordHeader
fn clone(&self) -> RecordHeader
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 RecordHeader
impl Debug for RecordHeader
source§impl Default for RecordHeader
impl Default for RecordHeader
source§fn default() -> RecordHeader
fn default() -> RecordHeader
Returns the “default value” for a type. Read more