Struct ittapi_sys::___itt_section_info
source · #[repr(C)]pub struct ___itt_section_info {
pub name: *const c_char,
pub type_: __itt_section_type,
pub flags: usize,
pub start_addr: *mut c_void,
pub size: usize,
pub file_offset: usize,
}
Fields§
§name: *const c_char
< Section name in UTF8
type_: __itt_section_type
< Section content and semantics description
flags: usize
< Section bit flags that describe attributes using bit mask Zero if disabled, non-zero if enabled
start_addr: *mut c_void
< Section load(relocated) start address
size: usize
< Section file offset
file_offset: usize
< Section size
Trait Implementations§
source§impl Clone for ___itt_section_info
impl Clone for ___itt_section_info
source§fn clone(&self) -> ___itt_section_info
fn clone(&self) -> ___itt_section_info
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ___itt_section_info
impl Debug for ___itt_section_info
impl Copy for ___itt_section_info
Auto Trait Implementations§
impl RefUnwindSafe for ___itt_section_info
impl !Send for ___itt_section_info
impl !Sync for ___itt_section_info
impl Unpin for ___itt_section_info
impl UnwindSafe for ___itt_section_info
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more