Struct Elf32_Chdr
#[repr(C)]
pub struct Elf32_Chdr { pub ch_type: Elf32_Word, pub ch_size: Elf32_Word, pub ch_addralign: Elf32_Word }
Fields
ch_type: Elf32_Wordch_size: Elf32_Wordch_addralign: Elf32_Word
Trait Implementations
impl Clone for Elf32_Chdr
fn clone(&self) -> Elf32_Chdr
impl Copy for Elf32_Chdr
impl Debug for Elf32_Chdr
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for Elf32_Chdr
impl Hash for Elf32_Chdr
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for Elf32_Chdr
fn eq(&self, other: &Elf32_Chdr) -> bool
impl StructuralPartialEq for Elf32_Chdr
Auto Trait Implementations
impl Freeze for Elf32_Chdr
impl RefUnwindSafe for Elf32_Chdr
impl Send for Elf32_Chdr
impl Sync for Elf32_Chdr
impl Unpin for Elf32_Chdr
impl UnsafeUnpin for Elf32_Chdr
impl UnwindSafe for Elf32_Chdr
Blanket Implementations
impl<T> Any for Elf32_Chdr
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for Elf32_Chdr
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for Elf32_Chdr
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for Elf32_Chdr
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for Elf32_Chdr
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for Elf32_Chdr
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for Elf32_Chdr
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for Elf32_Chdr
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>