#[repr(C)]
pub struct AixFileHeader { pub magic: [u8; 8], pub memoff: [u8; 20], pub gstoff: [u8; 20], pub gst64off: [u8; 20], pub fstmoff: [u8; 20], pub lstmoff: [u8; 20], pub freeoff: [u8; 20], }
Expand description

The AIX big archive’s fixed length header at file beginning.

Fields§

§magic: [u8; 8]

Archive magic string.

§memoff: [u8; 20]

Offset of member table.

§gstoff: [u8; 20]

Offset of global symbol table.

§gst64off: [u8; 20]

Offset of global symbol table for 64-bit objects.

§fstmoff: [u8; 20]

Offset of first member.

§lstmoff: [u8; 20]

Offset of last member.

§freeoff: [u8; 20]

Offset of first member on free list.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.