Struct kernel_loader::Elf64
source · 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 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