Struct mach_o_sys::loader::tlv_descriptor [] [src]

pub struct tlv_descriptor {
    pub thunk: Option<unsafe extern fn(arg1: *mut tlv_descriptor) -> *mut c_void>,
    pub key: c_ulong,
    pub offset: c_ulong,
}

Fields

thunk: Option<unsafe extern fn(arg1: *mut tlv_descriptor) -> *mut c_void> key: c_ulong offset: c_ulong

Trait Implementations

impl Clone for tlv_descriptor
[src]

fn clone(&self) -> tlv_descriptor

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 tlv_descriptor
[src]

impl Debug for tlv_descriptor
[src]

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

Formats the value using the given formatter.

impl Default for tlv_descriptor
[src]

fn default() -> Self

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