Struct FatArch64

struct FatArch64 { ... }

Fields

cputype: U32<BigEndian>

cpu specifier (int)

cpusubtype: U32<BigEndian>

machine specifier (int)

offset: U64<BigEndian>

file offset to this object file

size: U64<BigEndian>

size of this object file

align: U32<BigEndian>

alignment as a power of 2

reserved: U32<BigEndian>

reserved

Implementations

impl Clone for FatArch64

fn clone(self: &Self) -> FatArch64

impl Copy for FatArch64

impl Debug for FatArch64

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

impl FatArch for FatArch64

fn cputype(self: &Self) -> u32
fn cpusubtype(self: &Self) -> u32
fn offset(self: &Self) -> <Self as >::Word
fn size(self: &Self) -> <Self as >::Word
fn align(self: &Self) -> u32

impl Freeze for FatArch64

impl Pod for FatArch64

impl RefUnwindSafe for FatArch64

impl Send for FatArch64

impl Sync for FatArch64

impl Unpin for FatArch64

impl UnsafeUnpin for FatArch64

impl UnwindSafe for FatArch64

impl<T> Any for FatArch64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for FatArch64

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

impl<T> BorrowMut for FatArch64

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

impl<T> CloneToUninit for FatArch64

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

impl<T> From for FatArch64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for FatArch64

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

impl<T, U> Into for FatArch64

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 FatArch64

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

impl<T, U> TryInto for FatArch64

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