Struct mach_o_sys::loader::Union_Unnamed5 [] [src]

pub struct Union_Unnamed5 {
    pub _bindgen_data_: [u32; 211],
}

Fields

_bindgen_data_: [u32; 211]

Methods

impl Union_Unnamed5
[src]

unsafe fn as32(&mut self) -> *mut x86_avx_state32_t

unsafe fn as64(&mut self) -> *mut x86_avx_state64_t

Trait Implementations

impl Copy for Union_Unnamed5
[src]

impl Clone for Union_Unnamed5
[src]

fn clone(&self) -> Self

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 Debug for Union_Unnamed5
[src]

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

Formats the value using the given formatter.

impl Default for Union_Unnamed5
[src]

fn default() -> Self

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