Struct FatArch64

struct FatArch64 { ... }

Fields

cputype: crate::endian::U32<crate::endian::BigEndian>

cpu specifier (int)

cpusubtype: crate::endian::U32<crate::endian::BigEndian>

machine specifier (int)

offset: crate::endian::U64<crate::endian::BigEndian>

file offset to this object file

size: crate::endian::U64<crate::endian::BigEndian>

size of this object file

align: crate::endian::U32<crate::endian::BigEndian>

alignment as a power of 2

reserved: crate::endian::U32<crate::endian::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 $crate::fmt::Formatter<'_>) -> $crate::fmt::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 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>