Struct FatArch32
struct FatArch32 { ... }
Fields
cputype: U32<BigEndian>cpu specifier (int)
cpusubtype: U32<BigEndian>machine specifier (int)
offset: U32<BigEndian>file offset to this object file
size: U32<BigEndian>size of this object file
align: U32<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 Formatter<'_>) -> Result
impl FatArch for FatArch32
fn cputype(self: &Self) -> u32fn cpusubtype(self: &Self) -> u32fn offset(self: &Self) -> <Self as >::Wordfn size(self: &Self) -> <Self as >::Wordfn 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 UnsafeUnpin 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) -> TReturns the argument unchanged.
impl<T> ToOwned for FatArch32
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for FatArch32
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses 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>