pub struct HeapDumpSegment<'a> { /* private fields */ }
Expand description
Contents of a Record with tag RecordTag::HeapDump or RecordTag::HeapDumpSegment.
Contains many heap_dump::SubRecords.
See the heap_dump module.
Implementations§
Source§impl<'a> HeapDumpSegment<'a>
impl<'a> HeapDumpSegment<'a>
Sourcepub fn sub_records(&self) -> SubRecords<'a> ⓘ
pub fn sub_records(&self) -> SubRecords<'a> ⓘ
Iterate over the heap_dump::SubRecords in this Record.
Auto Trait Implementations§
impl<'a> Freeze for HeapDumpSegment<'a>
impl<'a> RefUnwindSafe for HeapDumpSegment<'a>
impl<'a> Send for HeapDumpSegment<'a>
impl<'a> Sync for HeapDumpSegment<'a>
impl<'a> Unpin for HeapDumpSegment<'a>
impl<'a> UnwindSafe for HeapDumpSegment<'a>
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