Struct rust_hawktracer::HT_CallstackBaseEvent[][src]

#[repr(C)]
pub struct HT_CallstackBaseEvent { pub base: HT_Event, pub duration: HT_DurationNs, pub thread_id: HT_ThreadId, }

Fields

Trait Implementations

impl Debug for HT_CallstackBaseEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_CallstackBaseEvent
[src]

impl Clone for HT_CallstackBaseEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations