Struct rust_hawktracer::HT_CallstackIntEvent[][src]

#[repr(C)]
pub struct HT_CallstackIntEvent { pub base: HT_CallstackBaseEvent, pub label: HT_CallstackEventLabel, }

Fields

Trait Implementations

impl Debug for HT_CallstackIntEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_CallstackIntEvent
[src]

impl Clone for HT_CallstackIntEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations