#[repr(C)]pub struct CPUBreakpoint {
pub pc: u64,
pub rr_instr_count: u64,
pub flags: i32,
pub entry: CPUBreakpoint__bindgen_ty_1,
}Fields§
§pc: u64§rr_instr_count: u64§flags: i32§entry: CPUBreakpoint__bindgen_ty_1Trait Implementations§
Source§impl Clone for CPUBreakpoint
impl Clone for CPUBreakpoint
Source§fn clone(&self) -> CPUBreakpoint
fn clone(&self) -> CPUBreakpoint
Returns a duplicate 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 moreSource§impl Debug for CPUBreakpoint
impl Debug for CPUBreakpoint
impl Copy for CPUBreakpoint
Auto Trait Implementations§
impl Freeze for CPUBreakpoint
impl RefUnwindSafe for CPUBreakpoint
impl !Send for CPUBreakpoint
impl !Sync for CPUBreakpoint
impl Unpin for CPUBreakpoint
impl UnwindSafe for CPUBreakpoint
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