Struct rustpython_vm::stdlib::errno::errors::Elf32_Ehdr
source · #[repr(C)]pub struct Elf32_Ehdr {}Fields§
§e_ident: [u8; 16]§e_type: u16§e_machine: u16§e_version: u32§e_entry: u32§e_phoff: u32§e_shoff: u32§e_flags: u32§e_ehsize: u16§e_phentsize: u16§e_phnum: u16§e_shentsize: u16§e_shnum: u16§e_shstrndx: u16Trait Implementations§
source§impl Clone for Elf32_Ehdr
impl Clone for Elf32_Ehdr
source§fn clone(&self) -> Elf32_Ehdr
fn clone(&self) -> Elf32_Ehdr
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 Elf32_Ehdr
impl Debug for Elf32_Ehdr
source§impl Hash for Elf32_Ehdr
impl Hash for Elf32_Ehdr
source§impl PartialEq for Elf32_Ehdr
impl PartialEq for Elf32_Ehdr
source§fn eq(&self, other: &Elf32_Ehdr) -> bool
fn eq(&self, other: &Elf32_Ehdr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Elf32_Ehdr
impl Eq for Elf32_Ehdr
impl StructuralPartialEq for Elf32_Ehdr
Auto Trait Implementations§
impl Freeze for Elf32_Ehdr
impl RefUnwindSafe for Elf32_Ehdr
impl Send for Elf32_Ehdr
impl Sync for Elf32_Ehdr
impl Unpin for Elf32_Ehdr
impl UnwindSafe for Elf32_Ehdr
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.