Struct hagane_simd::matrix::double3x2 [] [src]

#[repr(C)]
pub struct double3x2(pub double2, pub double2, pub double2);

Methods

impl double3x2
[src]

Trait Implementations

impl Add for double3x2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for double3x2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for double3x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Copy for double3x2
[src]

impl Clone for double3x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for double3x2
[src]

Formats the value using the given formatter.