[][src]Struct azure::azure_hl::Matrix5x4

pub struct Matrix5x4 {
    pub m11: AzFloat,
    pub m12: AzFloat,
    pub m13: AzFloat,
    pub m14: AzFloat,
    pub m21: AzFloat,
    pub m22: AzFloat,
    pub m23: AzFloat,
    pub m24: AzFloat,
    pub m31: AzFloat,
    pub m32: AzFloat,
    pub m33: AzFloat,
    pub m34: AzFloat,
    pub m41: AzFloat,
    pub m42: AzFloat,
    pub m43: AzFloat,
    pub m44: AzFloat,
    pub m51: AzFloat,
    pub m52: AzFloat,
    pub m53: AzFloat,
    pub m54: AzFloat,
}

Fields

m11: AzFloatm12: AzFloatm13: AzFloatm14: AzFloatm21: AzFloatm22: AzFloatm23: AzFloatm24: AzFloatm31: AzFloatm32: AzFloatm33: AzFloatm34: AzFloatm41: AzFloatm42: AzFloatm43: AzFloatm44: AzFloatm51: AzFloatm52: AzFloatm53: AzFloatm54: AzFloat

Methods

impl Matrix5x4[src]

Trait Implementations

impl PartialEq<Matrix5x4> for Matrix5x4[src]

impl Clone for Matrix5x4[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Matrix5x4[src]

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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