#[repr(C)]
pub struct ___itt_module_object { pub version: c_uint, pub module_id: __itt_id, pub module_type: __itt_module_type, pub module_name: *const c_char, pub module_buffer: *mut c_void, pub module_size: size_t, pub section_array: *mut __itt_section_info, pub section_number: size_t, }

Fields

version: c_uint

< API version

module_id: __itt_id

< Unique identifier. This is unchanged for sections that belong to the same module

module_type: __itt_module_type

< Binary module format

module_name: *const c_char

< Unique module name or path to module in UTF8 Contains module name when module_bufer and module_size exist Contains module path when module_bufer and module_size absent module_name remains the same for the certain module_id

module_buffer: *mut c_void

< Module buffer content

module_size: size_t

< Module buffer size */ If module_buffer and module_size do not exist, the binary module exists on the system already. The module_name parameter contains the path to the module.

section_array: *mut __itt_section_info

< Reference to section information

section_number: size_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.