Type Definition linux_loader::elf::Elf64_Ehdr[][src]

pub type Elf64_Ehdr = elf64_hdr;

Trait Implementations

Converts a slice of raw data into a reference of Self. Read more

Converts a mutable slice of raw data into a mutable reference of Self. Read more

Converts a reference to self into a slice of bytes. Read more

Converts a mutable reference to self into a mutable slice of bytes. Read more

Converts a mutable reference to self into a VolatileSlice. This is useful because VolatileSlice provides a Bytes<usize> implementation. Read more