pub struct Reloc {
pub sec_id: usize,
pub reloc_id: usize,
pub local_type_id: u32,
pub local_offset: usize,
pub local_spec: Vec<usize>,
pub targ_type_id: u32,
pub targ_offset: usize,
pub targ_spec: Vec<usize>,
}Fields§
§sec_id: usize§reloc_id: usize§local_type_id: u32§local_offset: usize§local_spec: Vec<usize>§targ_type_id: u32§targ_offset: usize§targ_spec: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reloc
impl RefUnwindSafe for Reloc
impl Send for Reloc
impl Sync for Reloc
impl Unpin for Reloc
impl UnwindSafe for Reloc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more