Struct libc::Elf64_Phdr
source · #[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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)