pub type __itt_string_handle = ___itt_string_handle;

Aliased Type§

struct __itt_string_handle {
    pub strA: *const i8,
    pub strW: *mut c_void,
    pub extra1: i32,
    pub extra2: *mut c_void,
    pub next: *mut ___itt_string_handle,
}

Fields§

§strA: *const i8

< Copy of original string in ASCII.

§strW: *mut c_void§extra1: i32

< Reserved. Must be zero

§extra2: *mut c_void

< Reserved. Must be zero

§next: *mut ___itt_string_handle