pub struct Relocation {
pub relocs: VecMap<RelocationSection>,
}Expand description
Information stored in “reloc.*” sections
Fields§
§relocs: VecMap<RelocationSection>“reloc.*” sections. The key is an index to which relocation entry corresponds
Implementations§
Source§impl Relocation
impl Relocation
pub fn get_section(&self, index: usize) -> Option<&RelocationSection>
Trait Implementations§
Source§impl Debug for Relocation
impl Debug for Relocation
Source§impl Default for Relocation
impl Default for Relocation
Source§fn default() -> Relocation
fn default() -> Relocation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Relocation
impl RefUnwindSafe for Relocation
impl Send for Relocation
impl Sync for Relocation
impl Unpin for Relocation
impl UnsafeUnpin for Relocation
impl UnwindSafe for Relocation
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