Struct mach_object::RanLib[][src]

pub struct RanLib {
    pub ran_strx: off_t,
    pub ran_off: off_t,
}

Structure of the __.SYMDEF table of contents for an archive.

__.SYMDEF begins with a long giving the size in bytes of the ranlib structures which immediately follow, and then continues with a string table consisting of a long giving the number of bytes of strings which follow and then the strings themselves. The ran_strx fields index the string table whose first byte is numbered 0.

Fields

Trait Implementations

impl Debug for RanLib
[src]

Formats the value using the given formatter. Read more

impl Default for RanLib
[src]

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

impl Clone for RanLib
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RanLib

impl Sync for RanLib