#[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 duplicate 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 Freeze for ___itt_section_info
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