Struct rust_hawktracer::HT_StringMappingEvent[][src]

#[repr(C)]
pub struct HT_StringMappingEvent { pub base: HT_Event, pub identifier: u64, pub label: *const c_char, }

Fields

Trait Implementations

impl Debug for HT_StringMappingEvent
[src]

Formats the value using the given formatter. Read more

impl Copy for HT_StringMappingEvent
[src]

impl Clone for HT_StringMappingEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations