Struct oxygengine_ha_renderer::math::mint::RowMatrix4   
#[repr(C)]pub struct RowMatrix4<T> {
    pub x: Vector4<T>,
    pub y: Vector4<T>,
    pub z: Vector4<T>,
    pub w: Vector4<T>,
}Fields§
§x: Vector4<T>§y: Vector4<T>§z: Vector4<T>§w: Vector4<T>Trait Implementations§
§impl<T> AsMut<[[T; 4]; 4]> for RowMatrix4<T>
 
impl<T> AsMut<[[T; 4]; 4]> for RowMatrix4<T>
§impl<T> AsMut<[T; 16]> for RowMatrix4<T>
 
impl<T> AsMut<[T; 16]> for RowMatrix4<T>
§impl<T> AsRef<[[T; 4]; 4]> for RowMatrix4<T>
 
impl<T> AsRef<[[T; 4]; 4]> for RowMatrix4<T>
§impl<T> AsRef<[T; 16]> for RowMatrix4<T>
 
impl<T> AsRef<[T; 16]> for RowMatrix4<T>
§impl<T> Clone for RowMatrix4<T>where
    T: Clone,
 
impl<T> Clone for RowMatrix4<T>where T: Clone,
§fn clone(&self) -> RowMatrix4<T>
 
fn clone(&self) -> RowMatrix4<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl<T> Debug for RowMatrix4<T>where
    T: Debug,
 
impl<T> Debug for RowMatrix4<T>where T: Debug,
§impl<T> From<[[T; 4]; 4]> for RowMatrix4<T>
 
impl<T> From<[[T; 4]; 4]> for RowMatrix4<T>
§fn from(_: [[T; 4]; 4]) -> RowMatrix4<T>
 
fn from(_: [[T; 4]; 4]) -> RowMatrix4<T>
Converts to this type from the input type.
§impl<T> From<[T; 16]> for RowMatrix4<T>where
    T: Clone,
 
impl<T> From<[T; 16]> for RowMatrix4<T>where T: Clone,
§fn from(m: [T; 16]) -> RowMatrix4<T>
 
fn from(m: [T; 16]) -> RowMatrix4<T>
Converts to this type from the input type.
§impl<T> From<ColumnMatrix4<T>> for RowMatrix4<T>
 
impl<T> From<ColumnMatrix4<T>> for RowMatrix4<T>
§fn from(m: ColumnMatrix4<T>) -> RowMatrix4<T>
 
fn from(m: ColumnMatrix4<T>) -> RowMatrix4<T>
Converts to this type from the input type.
§impl<T> From<RowMatrix4<T>> for [[T; 4]; 4]
 
impl<T> From<RowMatrix4<T>> for [[T; 4]; 4]
§fn from(name: RowMatrix4<T>) -> [[T; 4]; 4]
 
fn from(name: RowMatrix4<T>) -> [[T; 4]; 4]
Converts to this type from the input type.
§impl<T> From<RowMatrix4<T>> for [T; 16]
 
impl<T> From<RowMatrix4<T>> for [T; 16]
§fn from(name: RowMatrix4<T>) -> [T; 16]
 
fn from(name: RowMatrix4<T>) -> [T; 16]
Converts to this type from the input type.
§impl<T> From<RowMatrix4<T>> for ColumnMatrix4<T>
 
impl<T> From<RowMatrix4<T>> for ColumnMatrix4<T>
§fn from(m: RowMatrix4<T>) -> ColumnMatrix4<T>
 
fn from(m: RowMatrix4<T>) -> ColumnMatrix4<T>
Converts to this type from the input type.
source§impl<T> From<RowMatrix4<T>> for Mat4<T>
 
impl<T> From<RowMatrix4<T>> for Mat4<T>
source§fn from(m: RowMatrix4<T>) -> Mat4<T>
 
fn from(m: RowMatrix4<T>) -> Mat4<T>
Converts to this type from the input type.
source§impl<T> From<RowMatrix4<T>> for Mat4<T>
 
impl<T> From<RowMatrix4<T>> for Mat4<T>
source§fn from(m: RowMatrix4<T>) -> Mat4<T>
 
fn from(m: RowMatrix4<T>) -> Mat4<T>
Converts to this type from the input type.
source§impl<T> From<RowMatrix4<T>> for Mat4<T>
 
impl<T> From<RowMatrix4<T>> for Mat4<T>
source§fn from(m: RowMatrix4<T>) -> Mat4<T>
 
fn from(m: RowMatrix4<T>) -> Mat4<T>
Converts to this type from the input type.
source§impl<T> From<RowMatrix4<T>> for Mat4<T>
 
impl<T> From<RowMatrix4<T>> for Mat4<T>
source§fn from(m: RowMatrix4<T>) -> Mat4<T>
 
fn from(m: RowMatrix4<T>) -> Mat4<T>
Converts to this type from the input type.
§impl<T> Hash for RowMatrix4<T>where
    T: Hash,
 
impl<T> Hash for RowMatrix4<T>where T: Hash,
source§impl<T> Into<RowMatrix4<T>> for Mat4<T>
 
impl<T> Into<RowMatrix4<T>> for Mat4<T>
source§fn into(self) -> RowMatrix4<T>
 
fn into(self) -> RowMatrix4<T>
Converts this type into the (usually inferred) input type.
source§impl<T> Into<RowMatrix4<T>> for Mat4<T>
 
impl<T> Into<RowMatrix4<T>> for Mat4<T>
source§fn into(self) -> RowMatrix4<T>
 
fn into(self) -> RowMatrix4<T>
Converts this type into the (usually inferred) input type.
source§impl<T> Into<RowMatrix4<T>> for Mat4<T>
 
impl<T> Into<RowMatrix4<T>> for Mat4<T>
source§fn into(self) -> RowMatrix4<T>
 
fn into(self) -> RowMatrix4<T>
Converts this type into the (usually inferred) input type.
source§impl<T> Into<RowMatrix4<T>> for Mat4<T>
 
impl<T> Into<RowMatrix4<T>> for Mat4<T>
source§fn into(self) -> RowMatrix4<T>
 
fn into(self) -> RowMatrix4<T>
Converts this type into the (usually inferred) input type.
§impl<T> IntoMint for RowMatrix4<T>
 
impl<T> IntoMint for RowMatrix4<T>
§type MintType = RowMatrix4<T>
 
type MintType = RowMatrix4<T>
The mint type that this type is associated with.
§impl<T> Ord for RowMatrix4<T>where
    T: Ord,
 
impl<T> Ord for RowMatrix4<T>where T: Ord,
§impl<T> PartialEq<RowMatrix4<T>> for RowMatrix4<T>where
    T: PartialEq<T>,
 
impl<T> PartialEq<RowMatrix4<T>> for RowMatrix4<T>where T: PartialEq<T>,
§fn eq(&self, other: &RowMatrix4<T>) -> bool
 
fn eq(&self, other: &RowMatrix4<T>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.§impl<T> PartialOrd<RowMatrix4<T>> for RowMatrix4<T>where
    T: PartialOrd<T>,
 
impl<T> PartialOrd<RowMatrix4<T>> for RowMatrix4<T>where T: PartialOrd<T>,
§fn partial_cmp(&self, other: &RowMatrix4<T>) -> Option<Ordering>
 
fn partial_cmp(&self, other: &RowMatrix4<T>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl<T> Copy for RowMatrix4<T>where T: Copy,
impl<T> Eq for RowMatrix4<T>where T: Eq,
impl<T> StructuralEq for RowMatrix4<T>
impl<T> StructuralPartialEq for RowMatrix4<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RowMatrix4<T>where T: RefUnwindSafe,
impl<T> Send for RowMatrix4<T>where T: Send,
impl<T> Sync for RowMatrix4<T>where T: Sync,
impl<T> Unpin for RowMatrix4<T>where T: Unpin,
impl<T> UnwindSafe for RowMatrix4<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more