Struct mach_o_sys::loader::data_in_code_entry [] [src]

pub struct data_in_code_entry {
    pub offset: uint32_t,
    pub length: uint16_t,
    pub kind: uint16_t,
}

Fields

offset: uint32_t length: uint16_t kind: uint16_t

Trait Implementations

impl Clone for data_in_code_entry
[src]

fn clone(&self) -> data_in_code_entry

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

impl Copy for data_in_code_entry
[src]

impl Debug for data_in_code_entry
[src]

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

Formats the value using the given formatter.

impl Default for data_in_code_entry
[src]

fn default() -> Self

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