Struct rust_hawktracer::HT_CallstackStringEvent[][src]

#[repr(C)]
pub struct HT_CallstackStringEvent { pub base: HT_CallstackBaseEvent, pub label: *const c_char, }

Fields

Trait Implementations

impl Debug for HT_CallstackStringEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_CallstackStringEvent
[src]

impl Clone for HT_CallstackStringEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations