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§
source§impl Clone for HwBreakpointLen
impl Clone for HwBreakpointLen
source§fn clone(&self) -> HwBreakpointLen
fn clone(&self) -> HwBreakpointLen
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more