pub(crate) struct Elf64 {
pub(crate) file_header: elf64_hdr,
pub(crate) program_headers: Vec<elf64_phdr>,
}Fields§
§file_header: elf64_hdr§program_headers: Vec<elf64_phdr>Auto Trait Implementations§
impl Freeze for Elf64
impl RefUnwindSafe for Elf64
impl Send for Elf64
impl Sync for Elf64
impl Unpin for Elf64
impl UnwindSafe for Elf64
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