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 moresource§impl Debug for AixMemberOffset
impl Debug for AixMemberOffset
impl Copy for AixMemberOffset
impl Pod for AixMemberOffset
Auto Trait Implementations§
impl RefUnwindSafe for AixMemberOffset
impl Send for AixMemberOffset
impl Sync for AixMemberOffset
impl Unpin for AixMemberOffset
impl UnwindSafe for AixMemberOffset
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