Type Alias ittapi_sys::__itt_histogram
source · pub type __itt_histogram = ___itt_histogram;
Aliased Type§
struct __itt_histogram {
pub domain: *const ___itt_domain,
pub nameA: *const i8,
pub nameW: *mut c_void,
pub x_type: u32,
pub y_type: u32,
pub extra1: i32,
pub extra2: *mut c_void,
pub next: *mut ___itt_histogram,
}
Fields§
§domain: *const ___itt_domain
< Domain of the histogram
nameA: *const i8
< Name of the histogram
nameW: *mut c_void
§x_type: u32
< Type of the histogram X axis
y_type: u32
< Type of the histogram Y axis
extra1: i32
< Reserved to the runtime
extra2: *mut c_void
< Reserved to the runtime
next: *mut ___itt_histogram