Struct panda::sys::CPUBreakpoint [−][src]
#[repr(C)]pub struct CPUBreakpoint {
pub pc: u64,
pub rr_instr_count: u64,
pub flags: i32,
pub entry: CPUBreakpoint__bindgen_ty_1,
}Fields
pc: u64rr_instr_count: u64flags: i32entry: CPUBreakpoint__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPUBreakpoint
impl !Send for CPUBreakpoint
impl !Sync for CPUBreakpoint
impl Unpin for CPUBreakpoint
impl UnwindSafe for CPUBreakpoint
Blanket Implementations
Mutably borrows from an owned value. Read more