Struct __c_anonymous_elf32_rela

#[repr(C)]
pub struct __c_anonymous_elf32_rela { pub r_offset: Elf32_Addr, pub r_info: Elf32_Word, pub r_addend: Elf32_Sword }

Fields

r_offset: Elf32_Addr
r_info: Elf32_Word
r_addend: Elf32_Sword

Trait Implementations

impl Clone for __c_anonymous_elf32_rela

fn clone(&self) -> __c_anonymous_elf32_rela

impl Copy for __c_anonymous_elf32_rela

impl Debug for __c_anonymous_elf32_rela

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

impl Eq for __c_anonymous_elf32_rela

impl Hash for __c_anonymous_elf32_rela

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

impl PartialEq for __c_anonymous_elf32_rela

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

impl StructuralPartialEq for __c_anonymous_elf32_rela

Auto Trait Implementations

impl Freeze for __c_anonymous_elf32_rela

impl RefUnwindSafe for __c_anonymous_elf32_rela

impl Send for __c_anonymous_elf32_rela

impl Sync for __c_anonymous_elf32_rela

impl Unpin for __c_anonymous_elf32_rela

impl UnsafeUnpin for __c_anonymous_elf32_rela

impl UnwindSafe for __c_anonymous_elf32_rela

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for __c_anonymous_elf32_rela

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for __c_anonymous_elf32_rela 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 __c_anonymous_elf32_rela where U: Into<T>,

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

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

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