#[repr(C)]pub struct Elf32_Rel {
pub r_offset: Elf32_Addr,
pub r_info: Elf32_Word,
}Fields§
§r_offset: Elf32_Addr§r_info: Elf32_WordTrait 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