[][src]Struct ultraviolet::mat::Wat2

pub struct Wat2 {
    pub cols: [Wec2; 2],
}

Fields

cols: [Wec2; 2]

Methods

impl Wat2[src]

pub fn new(col1: Wec2, col2: Wec2) -> Self[src]

Trait Implementations

impl From<WRotor2> for Wat2[src]

impl Clone for Wat2[src]

impl Copy for Wat2[src]

impl Debug for Wat2[src]

impl Mul<Wat2> for Wat2[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<Wec2> for Wat2[src]

type Output = Wec2

The resulting type after applying the * operator.

Auto Trait Implementations

impl Send for Wat2

impl Sync for Wat2

impl Unpin for Wat2

impl UnwindSafe for Wat2

impl RefUnwindSafe for Wat2

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]