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

#[repr(C)]
pub struct x86_state_hdr { pub flavor: c_int, pub count: c_int, }

Fields

Trait Implementations

impl Copy for x86_state_hdr
[src]

impl Clone for x86_state_hdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for x86_state_hdr
[src]

Formats the value using the given formatter.

impl Default for x86_state_hdr
[src]

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