pub struct CpuSample {
pub processor_number: u8,
}Expand description
Optional per-event CPU sampling enrichment.
Fields§
§processor_number: u8Logical processor number that emitted the event.
Implementations§
Trait Implementations§
impl Copy for CpuSample
impl Eq for CpuSample
impl StructuralPartialEq for CpuSample
Auto Trait Implementations§
impl Freeze for CpuSample
impl RefUnwindSafe for CpuSample
impl Send for CpuSample
impl Sync for CpuSample
impl Unpin for CpuSample
impl UnsafeUnpin for CpuSample
impl UnwindSafe for CpuSample
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