struct GroupData {
samples: Vec<PerfMemRecord>,
}Expand description
Samples belonging to a group, in time order
Fields§
§samples: Vec<PerfMemRecord>Implementations§
Auto Trait Implementations§
impl Freeze for GroupData
impl RefUnwindSafe for GroupData
impl Send for GroupData
impl Sync for GroupData
impl Unpin for GroupData
impl UnsafeUnpin for GroupData
impl UnwindSafe for GroupData
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