Struct goblin::mach::header::Header64 [] [src]

#[repr(C)]
pub struct Header64 { pub magic: u32, pub cputype: u32, pub cpusubtype: u8, pub padding1: u8, pub padding2: u8, pub caps: u8, pub filetype: u32, pub ncmds: u32, pub sizeofcmds: u32, pub flags: u32, pub reserved: u32, }

A 64-bit Mach-o header

Fields

type of file

number of load commands

the size of all the load commands

flags

Methods

impl Header64
[src]

Transmutes the given byte array into the corresponding 64-bit Mach-o header

Trait Implementations

impl Clone for Header64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Header64
[src]

impl Default for Header64
[src]

Returns the "default value" for a type. Read more

impl<'a> TryFromCtx<'a> for Header64 where
    Header64: 'a, 
[src]

impl TryIntoCtx for Header64
[src]

impl SizeWith for Header64
[src]

impl Plain for Header64
[src]

impl Debug for Header64
[src]

Formats the value using the given formatter.