__itt_domain

Type Alias __itt_domain 

Source
pub type __itt_domain = ___itt_domain;

Aliased Type§

#[repr(C)]
pub struct __itt_domain { pub flags: i32, pub nameA: *const i8, pub nameW: *mut c_void, pub extra1: i32, pub extra2: *mut c_void, pub next: *mut ___itt_domain, }

Fields§

§flags: i32

< Zero if disabled, non-zero if enabled. The meaning of different non-zero values is reserved to the runtime

§nameA: *const i8

< Copy of original name in ASCII.

§nameW: *mut c_void§extra1: i32

< Reserved to the runtime

§extra2: *mut c_void

< Reserved to the runtime

§next: *mut ___itt_domain