Struct mach_o_sys::loader::prebound_dylib_command [] [src]

#[repr(C)]
pub struct prebound_dylib_command { pub cmd: uint32_t, pub cmdsize: uint32_t, pub name: lc_str, pub nmodules: uint32_t, pub linked_modules: lc_str, }

Fields

Trait Implementations

impl Copy for prebound_dylib_command
[src]

impl Clone for prebound_dylib_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for prebound_dylib_command
[src]

Formats the value using the given formatter.

impl Default for prebound_dylib_command
[src]

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