Struct panda::sys::CPUWatchpoint [−][src]
#[repr(C)]pub struct CPUWatchpoint {
pub virtaddr: u64,
pub len: u64,
pub hitaddr: u64,
pub hitattrs: MemTxAttrs,
pub flags: i32,
pub entry: CPUWatchpoint__bindgen_ty_1,
}Fields
virtaddr: u64len: u64hitaddr: u64hitattrs: MemTxAttrsflags: i32entry: CPUWatchpoint__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPUWatchpoint
impl !Send for CPUWatchpoint
impl !Sync for CPUWatchpoint
impl Unpin for CPUWatchpoint
impl UnwindSafe for CPUWatchpoint
Blanket Implementations
Mutably borrows from an owned value. Read more