Struct rust_hawktracer::HT_Event[][src]

#[repr(C)]
pub struct HT_Event { pub klass: *mut HT_EventKlass, pub timestamp: HT_TimestampNs, pub id: HT_EventId, }

Fields

Trait Implementations

impl Debug for HT_Event
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_Event
[src]

impl Clone for HT_Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for HT_Event

impl !Sync for HT_Event