pub struct RelocationSection {
pub entries: Vec<RelocationEntry>,
}Fields§
§entries: Vec<RelocationEntry>Trait Implementations§
Source§impl Debug for RelocationSection
impl Debug for RelocationSection
Source§impl Default for RelocationSection
impl Default for RelocationSection
Source§fn default() -> RelocationSection
fn default() -> RelocationSection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelocationSection
impl RefUnwindSafe for RelocationSection
impl Send for RelocationSection
impl Sync for RelocationSection
impl Unpin for RelocationSection
impl UnsafeUnpin for RelocationSection
impl UnwindSafe for RelocationSection
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