Struct Elf64_Chdr

#[repr(C)]
pub struct Elf64_Chdr { pub ch_type: Elf64_Word, pub ch_reserved: Elf64_Word, pub ch_size: Elf64_Xword, pub ch_addralign: Elf64_Xword }

Fields

ch_type: Elf64_Word
ch_reserved: Elf64_Word
ch_size: Elf64_Xword
ch_addralign: Elf64_Xword

Trait Implementations

impl Clone for Elf64_Chdr

fn clone(&self) -> Elf64_Chdr

impl Copy for Elf64_Chdr

impl Debug for Elf64_Chdr

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for Elf64_Chdr

impl Hash for Elf64_Chdr

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for Elf64_Chdr

fn eq(&self, other: &Elf64_Chdr) -> bool

impl StructuralPartialEq for Elf64_Chdr

Auto Trait Implementations

impl Freeze for Elf64_Chdr

impl RefUnwindSafe for Elf64_Chdr

impl Send for Elf64_Chdr

impl Sync for Elf64_Chdr

impl Unpin for Elf64_Chdr

impl UnsafeUnpin for Elf64_Chdr

impl UnwindSafe for Elf64_Chdr

Blanket Implementations

impl<T> Any for Elf64_Chdr where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for Elf64_Chdr where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for Elf64_Chdr where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for Elf64_Chdr where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for Elf64_Chdr

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for Elf64_Chdr where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for Elf64_Chdr where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for Elf64_Chdr where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>