Struct rust_hawktracer::_MKCREFLECT_FieldInfo[][src]

#[repr(C)]
pub struct _MKCREFLECT_FieldInfo { pub field_type: *const c_char, pub field_name: *const c_char, pub size: usize, pub offset: usize, pub is_signed: c_int, pub array_size: c_int, pub data_type: MKCREFLECT_Types, }

Fields

Trait Implementations

impl Debug for _MKCREFLECT_FieldInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for _MKCREFLECT_FieldInfo
[src]

impl Clone for _MKCREFLECT_FieldInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations