[][src]Struct mach_object::RanLib

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

ran_strx: off_tran_off: off_t

Trait Implementations

impl Clone for RanLib[src]

impl Default for RanLib[src]

impl Debug for RanLib[src]

Auto Trait Implementations

impl Send for RanLib

impl Sync for RanLib

impl Unpin for RanLib

impl UnwindSafe for RanLib

impl RefUnwindSafe for RanLib

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]