#[repr(C)]pub struct elf32_rel {
pub r_offset: Elf32_Addr,
pub r_info: Elf32_Word,
}
Fields§
§r_offset: Elf32_Addr
§r_info: Elf32_Word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for elf32_rel
impl RefUnwindSafe for elf32_rel
impl Send for elf32_rel
impl Sync for elf32_rel
impl Unpin for elf32_rel
impl UnwindSafe for elf32_rel
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