Struct linux_perf_event_reader::HwBreakpointLen
source · [−]pub struct HwBreakpointLen(pub u64);
Expand description
The length of the breakpoint being measured.
Options are HW_BREAKPOINT_LEN_1
, HW_BREAKPOINT_LEN_2
,
HW_BREAKPOINT_LEN_4
, and HW_BREAKPOINT_LEN_8
. For an
execution breakpoint, set this to sizeof(long).
Tuple Fields
0: u64
Trait Implementations
sourceimpl Clone for HwBreakpointLen
impl Clone for HwBreakpointLen
sourcefn clone(&self) -> HwBreakpointLen
fn clone(&self) -> HwBreakpointLen
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HwBreakpointLen
impl Debug for HwBreakpointLen
impl Copy for HwBreakpointLen
Auto Trait Implementations
impl RefUnwindSafe for HwBreakpointLen
impl Send for HwBreakpointLen
impl Sync for HwBreakpointLen
impl Unpin for HwBreakpointLen
impl UnwindSafe for HwBreakpointLen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more