Struct mach_o_sys::dyld::symtab_command [] [src]

#[repr(C)]
pub struct symtab_command { pub cmd: uint32_t, pub cmdsize: uint32_t, pub symoff: uint32_t, pub nsyms: uint32_t, pub stroff: uint32_t, pub strsize: uint32_t, }

Fields

Trait Implementations

impl Copy for symtab_command
[src]

impl Clone for symtab_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for symtab_command
[src]

Formats the value using the given formatter.

impl Default for symtab_command
[src]

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