Struct goblin::elf64::sym::Sym [] [src]

pub struct Sym {
    pub st_name: u32,
    pub st_info: u8,
    pub st_other: u8,
    pub st_shndx: u16,
    pub st_value: u64,
    pub st_size: u64,
}

Fields

st_name: u32 st_info: u8 st_other: u8 st_shndx: u16 st_value: u64 st_size: u64

Trait Implementations

impl Debug for Sym
[src]

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

Formats the value using the given formatter.

impl Default for Sym
[src]

fn default() -> Sym

Returns the "default value" for a type. Read more

impl PartialEq for Sym
[src]

fn eq(&self, __arg_0: &Sym) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Sym) -> bool

This method tests for !=.

impl Copy for Sym
[src]

impl Clone for Sym
[src]

fn clone(&self) -> Sym

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more