pub struct RegsMask(pub u64);
Expand description
Register mask that defines the set of CPU registers to dump on samples.
The layout of the register mask is architecture-specific and is described
in the kernel header file arch/<arch>/include/uapi/asm/perf_regs.h
.
Tuple Fields§
§0: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegsMask
impl RefUnwindSafe for RegsMask
impl Send for RegsMask
impl Sync for RegsMask
impl Unpin for RegsMask
impl UnwindSafe for RegsMask
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