pub struct RanLib {
pub ran_strx: off_t,
pub ran_off: off_t,
}Expand description
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_t§ran_off: off_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for RanLib
impl RefUnwindSafe for RanLib
impl Send for RanLib
impl Sync for RanLib
impl Unpin for RanLib
impl UnwindSafe for RanLib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more