Struct AixMemberOffset

struct AixMemberOffset(8128)

Offset of a member in an AIX big archive.

This is used in the member index.

Implementations

impl Clone for AixMemberOffset

fn clone(self: &Self) -> AixMemberOffset

impl Copy for AixMemberOffset

impl Debug for AixMemberOffset

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for AixMemberOffset

impl Pod for AixMemberOffset

impl RefUnwindSafe for AixMemberOffset

impl Send for AixMemberOffset

impl Sync for AixMemberOffset

impl Unpin for AixMemberOffset

impl UnsafeUnpin for AixMemberOffset

impl UnwindSafe for AixMemberOffset

impl<T> Any for AixMemberOffset

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for AixMemberOffset

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for AixMemberOffset

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for AixMemberOffset

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for AixMemberOffset

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for AixMemberOffset

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for AixMemberOffset

fn into(self: Self) -> U

Calls U::from(self).

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

impl<T, U> TryFrom for AixMemberOffset

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for AixMemberOffset

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>