Type Alias ARM64_NT_NEON128

Source
pub type ARM64_NT_NEON128 = _ARM64_NT_NEON128;

Aliased Type§

union ARM64_NT_NEON128 {
    pub __bindgen_anon_1: _ARM64_NT_NEON128__bindgen_ty_1,
    pub D: [f64; 2],
    pub S: [f32; 4],
    pub H: [u16; 8],
    pub B: [u8; 16],
}

Fields§

§__bindgen_anon_1: _ARM64_NT_NEON128__bindgen_ty_1§D: [f64; 2]§S: [f32; 4]§H: [u16; 8]§B: [u8; 16]

Trait Implementations

Source§

impl Clone for _ARM64_NT_NEON128

Source§

fn clone(&self) -> _ARM64_NT_NEON128

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Copy for _ARM64_NT_NEON128