Struct e2rcore::implement::math::mat::Mat2x1 [] [src]

pub struct Mat2x1<T> where
    T: Copy + Clone
{ pub _val: [T; 2], }

Fields

Methods

impl Mat2x1<f32>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Mat2x1<f64>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Mat2x1<T> where
    T: Copy + Clone
[src]

[src]

Formats the value using the given formatter.

impl<T: Copy> Copy for Mat2x1<T> where
    T: Copy + Clone
[src]

impl<T: Clone> Clone for Mat2x1<T> where
    T: Copy + Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Index<u32> for Mat2x1<T> where
    T: Copy + Clone
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T> IndexMut<u32> for Mat2x1<T> where
    T: Copy + Clone
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl Default for Mat2x1<f32>
[src]

[src]

Returns the "default value" for a type. Read more

impl IComparableError<f32> for Mat2x1<f32>
[src]

[src]

impl Default for Mat2x1<f64>
[src]

[src]

Returns the "default value" for a type. Read more

impl IComparableError<f64> for Mat2x1<f64>
[src]

[src]