Struct coresimd::simd::f64x2 [] [src]

#[repr(simd)]
pub struct f64x2(_, _);

Methods

impl f64x2
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl f64x2
[src]

[src]

impl f64x2
[src]

[src]

impl f64x2
[src]

[src]

Trait Implementations

impl Clone for f64x2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for f64x2
[src]

impl Debug for f64x2
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for f64x2
[src]

[src]

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

[src]

This method tests for !=.

impl Add for f64x2
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for f64x2
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for f64x2
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div for f64x2
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Rem for f64x2
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign for f64x2
[src]

[src]

Performs the += operation.

impl SubAssign for f64x2
[src]

[src]

Performs the -= operation.

impl MulAssign for f64x2
[src]

[src]

Performs the *= operation.

impl DivAssign for f64x2
[src]

[src]

Performs the /= operation.

impl RemAssign for f64x2
[src]

[src]

Performs the %= operation.

impl Neg for f64x2
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

Auto Trait Implementations

impl Send for f64x2

impl Sync for f64x2