#[repr(C)]pub struct DynRel {
pub r_offset: Addr,
pub r_info: ExtendedWord,
}
Fields§
§r_offset: Addr
§r_info: ExtendedWord
Implementations§
Source§impl DynRel
impl DynRel
pub fn symbol_index(&self) -> Word
pub fn symbol_type(&self) -> Word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynRel
impl RefUnwindSafe for DynRel
impl Send for DynRel
impl Sync for DynRel
impl Unpin for DynRel
impl UnwindSafe for DynRel
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