#[repr(C)]pub struct Elf64_Phdr {
pub p_type: Elf64_Word,
pub p_flags: Elf64_Word,
pub p_offset: Elf64_Off,
pub p_vaddr: Elf64_Addr,
pub p_paddr: Elf64_Addr,
pub p_filesz: Elf64_Xword,
pub p_memsz: Elf64_Xword,
pub p_align: Elf64_Xword,
}
Fields§
§p_type: Elf64_Word
§p_flags: Elf64_Word
§p_offset: Elf64_Off
§p_vaddr: Elf64_Addr
§p_paddr: Elf64_Addr
§p_filesz: Elf64_Xword
§p_memsz: Elf64_Xword
§p_align: Elf64_Xword
Trait Implementations§
Source§impl Clone for Elf64_Phdr
impl Clone for Elf64_Phdr
Source§fn clone(&self) -> Elf64_Phdr
fn clone(&self) -> Elf64_Phdr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for Elf64_Phdr
Auto Trait Implementations§
impl Freeze for Elf64_Phdr
impl RefUnwindSafe for Elf64_Phdr
impl Send for Elf64_Phdr
impl Sync for Elf64_Phdr
impl Unpin for Elf64_Phdr
impl UnwindSafe for Elf64_Phdr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes