Struct hagane_simd::matrix::double2x3 [] [src]

#[repr(C)]
pub struct double2x3(pub double3, pub double3);

Methods

impl double2x3
[src]

Trait Implementations

impl Add for double2x3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for double2x3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for double2x3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Copy for double2x3
[src]

impl Clone for double2x3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for double2x3
[src]

Formats the value using the given formatter.