Struct rustpython_vm::stdlib::errno::errors::Elf64_Phdr
source · #[repr(C)]pub struct Elf64_Phdr {
pub p_type: u32,
pub p_flags: u32,
pub p_offset: u64,
pub p_vaddr: u64,
pub p_paddr: u64,
pub p_filesz: u64,
pub p_memsz: u64,
pub p_align: u64,
}
Fields§
§p_type: u32
§p_flags: u32
§p_offset: u64
§p_vaddr: u64
§p_paddr: u64
§p_filesz: u64
§p_memsz: u64
§p_align: u64
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 moresource§impl Debug for Elf64_Phdr
impl Debug for Elf64_Phdr
source§impl Hash for Elf64_Phdr
impl Hash for Elf64_Phdr
source§impl PartialEq<Elf64_Phdr> for Elf64_Phdr
impl PartialEq<Elf64_Phdr> for Elf64_Phdr
source§fn eq(&self, other: &Elf64_Phdr) -> bool
fn eq(&self, other: &Elf64_Phdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Elf64_Phdr
impl Eq for Elf64_Phdr
impl StructuralEq for Elf64_Phdr
impl StructuralPartialEq for Elf64_Phdr
Auto Trait Implementations§
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.