Struct rust_hawktracer::HT_EventKlassInfoEvent[][src]

#[repr(C)]
pub struct HT_EventKlassInfoEvent { pub base: HT_Event, pub info_klass_id: HT_EventKlassId, pub event_klass_name: *const c_char, pub field_count: i8, }

Fields

Trait Implementations

impl Debug for HT_EventKlassInfoEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_EventKlassInfoEvent
[src]

impl Clone for HT_EventKlassInfoEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations