Struct mach_o_sys::swap::tlv_descriptor [] [src]

#[repr(C)]
pub struct tlv_descriptor { pub thunk: Option<unsafe extern "C" fn(_: *mut tlv_descriptor) -> *mut c_void>, pub key: c_ulong, pub offset: c_ulong, }

Fields

Trait Implementations

impl Copy for tlv_descriptor
[src]

impl Clone for tlv_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for tlv_descriptor
[src]

Formats the value using the given formatter.

impl Default for tlv_descriptor
[src]

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