Struct std::simd::f32x8 [] [src]

#[repr(simd)]
pub struct f32x8(_, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)

Methods

impl f32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl f32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

impl f32x8
[src]

[src]

🔬 This is a nightly-only experimental API. (stdsimd #48556)

Trait Implementations

impl Div<f32x8> for f32x8
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Add<f32x8> for f32x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Copy for f32x8
[src]

impl RemAssign<f32x8> for f32x8
[src]

[src]

Performs the %= operation.

impl DivAssign<f32x8> for f32x8
[src]

[src]

Performs the /= operation.

impl MulAssign<f32x8> for f32x8
[src]

[src]

Performs the *= operation.

impl SubAssign<f32x8> for f32x8
[src]

[src]

Performs the -= operation.

impl AddAssign<f32x8> for f32x8
[src]

[src]

Performs the += operation.

impl Neg for f32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Sub<f32x8> for f32x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Clone for f32x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Rem<f32x8> for f32x8
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Mul<f32x8> for f32x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Debug for f32x8
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq<f32x8> for f32x8
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for f32x8

impl Sync for f32x8