Struct panda_sys::CPUWatchpoint [−][src]
#[repr(C)]pub struct CPUWatchpoint { pub virtaddr: vaddr, pub len: vaddr, pub hitaddr: vaddr, pub hitattrs: MemTxAttrs, pub flags: c_int, pub entry: CPUWatchpoint__bindgen_ty_1, }
Fields
virtaddr: vaddrlen: vaddrhitaddr: vaddrhitattrs: MemTxAttrsflags: c_intentry: CPUWatchpoint__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPUWatchpointimpl !Send for CPUWatchpointimpl !Sync for CPUWatchpointimpl Unpin for CPUWatchpointimpl UnwindSafe for CPUWatchpointBlanket Implementations
Mutably borrows from an owned value. Read more