#[repr(C)]
#[repr(align(16))]
pub union simde__m128_private {
Show 16 fields pub i8_: [i8; 16], pub i16_: [i16; 8], pub i32_: [i32; 4], pub i64_: [i64; 2], pub u8_: [u8; 16], pub u16_: [u16; 8], pub u32_: [u32; 4], pub u64_: [u64; 2], pub i128_: [simde_int128; 1], pub u128_: [simde_uint128; 1], pub f32_: [simde_float32; 4], pub i32f: [int_fast32_t; 2], pub u32f: [uint_fast32_t; 2], pub m64_private: [simde__m64_private; 2], pub m64: [simde__m64; 2], pub n: __m128,
}

Fields

i8_: [i8; 16]i16_: [i16; 8]i32_: [i32; 4]i64_: [i64; 2]u8_: [u8; 16]u16_: [u16; 8]u32_: [u32; 4]u64_: [u64; 2]i128_: [simde_int128; 1]u128_: [simde_uint128; 1]f32_: [simde_float32; 4]i32f: [int_fast32_t; 2]u32f: [uint_fast32_t; 2]m64_private: [simde__m64_private; 2]m64: [simde__m64; 2]n: __m128

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.