Struct mach_o_sys::loader::__darwin_fp_control [] [src]

pub struct __darwin_fp_control {
    pub _bindgen_bitfield_1_: c_ushort,
}

Fields

_bindgen_bitfield_1_: c_ushort

Trait Implementations

impl Clone for __darwin_fp_control
[src]

fn clone(&self) -> __darwin_fp_control

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

impl Debug for __darwin_fp_control
[src]

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

Formats the value using the given formatter.

impl Default for __darwin_fp_control
[src]

fn default() -> Self

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