pub struct Dynamic {
pub tag: ElfSxword,
pub value: ElfXword,
}
Expand description
A dynamic table element
See documentation for DynamicSectionAccessor for usage example
Fields§
§tag: ElfSxword
Identifies the type of dynamic table entry
value: ElfXword
It is used to represent integer values or program virtual addresses
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dynamic
impl RefUnwindSafe for Dynamic
impl Send for Dynamic
impl Sync for Dynamic
impl Unpin for Dynamic
impl UnwindSafe for Dynamic
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