Struct pprof_util::Mapping
source · pub struct Mapping {
pub memory_start: usize,
pub memory_end: usize,
pub memory_offset: usize,
pub file_offset: u64,
pub pathname: PathBuf,
pub build_id: Option<BuildId>,
}
Expand description
A mapping of a single shared object.
Fields§
§memory_start: usize
§memory_end: usize
§memory_offset: usize
§file_offset: u64
§pathname: PathBuf
§build_id: Option<BuildId>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mapping
impl RefUnwindSafe for Mapping
impl Send for Mapping
impl Sync for Mapping
impl Unpin for Mapping
impl UnwindSafe for Mapping
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)