Struct pmu_x86::SampleResults
source · pub struct SampleResults {
pub instruction_pointers: Vec<VirtualAddress>,
pub task_ids: Vec<usize>,
}
Expand description
Stores the instruction pointers and corresponding task IDs from the samples
Fields§
§instruction_pointers: Vec<VirtualAddress>
§task_ids: Vec<usize>
Auto Trait Implementations§
impl RefUnwindSafe for SampleResults
impl Send for SampleResults
impl Sync for SampleResults
impl Unpin for SampleResults
impl UnwindSafe for SampleResults
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