Struct mach_o_sys::loader::x86_state_hdr [] [src]

pub struct x86_state_hdr {
    pub flavor: c_int,
    pub count: c_int,
}

Fields

flavor: c_int count: c_int

Trait Implementations

impl Clone for x86_state_hdr
[src]

fn clone(&self) -> x86_state_hdr

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for x86_state_hdr
[src]

impl Debug for x86_state_hdr
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for x86_state_hdr
[src]

fn default() -> Self

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