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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HwBreakpointLen
impl Debug for HwBreakpointLen
impl Copy for HwBreakpointLen
Auto Trait Implementations§
impl Freeze for HwBreakpointLen
impl RefUnwindSafe for HwBreakpointLen
impl Send for HwBreakpointLen
impl Sync for HwBreakpointLen
impl Unpin for HwBreakpointLen
impl UnwindSafe for HwBreakpointLen
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