Struct panda_sys::TCGRelocation [−][src]
#[repr(C)]pub struct TCGRelocation { pub next: *mut TCGRelocation, pub type_: c_int, pub ptr: *mut tcg_insn_unit, pub addend: isize, }
Fields
next: *mut TCGRelocationtype_: c_intptr: *mut tcg_insn_unitaddend: isizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TCGRelocationimpl !Send for TCGRelocationimpl !Sync for TCGRelocationimpl Unpin for TCGRelocationimpl UnwindSafe for TCGRelocationBlanket Implementations
Mutably borrows from an owned value. Read more