Struct panda_sys::CPUBreakpoint__bindgen_ty_1 [−][src]
#[repr(C)]pub struct CPUBreakpoint__bindgen_ty_1 { pub tqe_next: *mut CPUBreakpoint, pub tqe_prev: *mut *mut CPUBreakpoint, }
Fields
tqe_next: *mut CPUBreakpointtqe_prev: *mut *mut CPUBreakpointTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPUBreakpoint__bindgen_ty_1impl !Send for CPUBreakpoint__bindgen_ty_1impl !Sync for CPUBreakpoint__bindgen_ty_1impl Unpin for CPUBreakpoint__bindgen_ty_1impl UnwindSafe for CPUBreakpoint__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more