Struct rust_hawktracer::_HT_EventKlass[][src]

#[repr(C)]
pub struct _HT_EventKlass { pub type_info: *mut MKCREFLECT_TypeInfo, pub serialize: Option<unsafe extern "C" fn(event: *mut HT_Event, buffer: *mut HT_Byte) -> usize>, pub get_size: Option<unsafe extern "C" fn(event: *mut HT_Event) -> usize>, pub klass_id: HT_EventKlassId, }

Fields

Trait Implementations

impl Debug for _HT_EventKlass
[src]

Formats the value using the given formatter. Read more

impl Copy for _HT_EventKlass
[src]

impl Clone for _HT_EventKlass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations