Struct mach_o_sys::loader::x86_float_state [] [src]

pub struct x86_float_state {
    pub fsh: x86_state_hdr_t,
    pub ufs: Union_Unnamed2,
}

Fields

fsh: x86_state_hdr_t ufs: Union_Unnamed2

Trait Implementations

impl Clone for x86_float_state
[src]

fn clone(&self) -> x86_float_state

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_float_state
[src]

impl Debug for x86_float_state
[src]

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

Formats the value using the given formatter.

impl Default for x86_float_state
[src]

fn default() -> Self

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