Struct FatArch32

struct FatArch32 { ... }

Fields

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

cpu specifier (int)

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

machine specifier (int)

offset: crate::endian::U32<crate::endian::BigEndian>

file offset to this object file

size: crate::endian::U32<crate::endian::BigEndian>

size of this object file

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

alignment as a power of 2

Implementations

impl Clone for FatArch32

fn clone(self: &Self) -> FatArch32

impl Copy for FatArch32

impl Debug for FatArch32

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

impl FatArch for FatArch32

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 FatArch32

impl Pod for FatArch32

impl RefUnwindSafe for FatArch32

impl Send for FatArch32

impl Sync for FatArch32

impl Unpin for FatArch32

impl UnwindSafe for FatArch32

impl<T> Any for FatArch32

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for FatArch32

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

impl<T> BorrowMut for FatArch32

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

impl<T> CloneToUninit for FatArch32

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

impl<T> From for FatArch32

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for FatArch32

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

impl<T, U> Into for FatArch32

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 FatArch32

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

impl<T, U> TryInto for FatArch32

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