Struct object::archive::AixMemberOffset
source · #[repr(C)]pub struct AixMemberOffset(pub [u8; 20]);
Expand description
Offset of a member in an AIX big archive.
This is used in the member index.
Tuple Fields§
§0: [u8; 20]
Trait Implementations§
source§impl Clone for AixMemberOffset
impl Clone for AixMemberOffset
source§fn clone(&self) -> AixMemberOffset
fn clone(&self) -> AixMemberOffset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more