Struct rust_hawktracer::HT_EventKlassFieldInfoEvent[][src]

#[repr(C)]
pub struct HT_EventKlassFieldInfoEvent { pub base: HT_Event, pub info_klass_id: HT_EventKlassId, pub field_type: *const c_char, pub field_name: *const c_char, pub size: u64, pub data_type: u8, }

Fields

Trait Implementations

impl Debug for HT_EventKlassFieldInfoEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_EventKlassFieldInfoEvent
[src]

impl Clone for HT_EventKlassFieldInfoEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations