[−][src]Struct nova_math::matrix::std140::TMat4x4P
A wrapper struct that is used to implement std140 packing for the underlying vector
Trait Implementations
impl<T: Real> Pack for TMat4x4P<T>[src]
type GLSLOutput = [T; 16]
type HLSLOutput = [T; 16]
type GLSLOutputArray = Self::GLSLOutput
type HLSLOutputArray = Self::HLSLOutput
type CPUOutput = [T; 16]
fn into_packed_glsl(self) -> Self::GLSLOutput[src]
fn into_packed_hlsl(self) -> Self::HLSLOutput[src]
fn into_packed_glsl_array(self) -> Self::GLSLOutputArray[src]
fn into_packed_hlsl_array(self) -> Self::HLSLOutputArray[src]
fn into_packed_cpu(self) -> Self::CPUOutput[src]
impl<T: Real> From<TMat4x4<T>> for TMat4x4P<T>[src]
impl<T: Debug + Real> Debug for TMat4x4P<T>[src]
impl<T: Clone + Real> Clone for TMat4x4P<T>[src]
Auto Trait Implementations
impl<T> Unpin for TMat4x4P<T> where
T: Unpin,
T: Unpin,
impl<T> Send for TMat4x4P<T> where
T: Send,
T: Send,
impl<T> Sync for TMat4x4P<T> where
T: Sync,
T: Sync,
impl<T> UnwindSafe for TMat4x4P<T> where
T: UnwindSafe,
T: UnwindSafe,
impl<T> RefUnwindSafe for TMat4x4P<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,