[][src]Struct linux::kty::Elf32_Rel

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

Fields

r_offset: Elf32_Addrr_info: Elf32_Word

Methods

impl Elf32_Rel[src]

pub fn r_sym(&self) -> u32[src]

pub fn r_type(&self) -> u32[src]

Trait Implementations

impl Pod for Elf32_Rel[src]

impl Eq for Elf32_Rel[src]

impl PartialEq<Elf32_Rel> for Elf32_Rel[src]

impl Copy for Elf32_Rel[src]

impl Clone for Elf32_Rel[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Elf32_Rel

impl Sync for Elf32_Rel

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]