pub struct mat4x2<T>(pub vec4<T>, pub vec4<T>);Tuple Fields§
§0: vec4<T>§1: vec4<T>Trait Implementations§
impl<T: TBytes + Copy> Copy for mat4x2<T>
Auto Trait Implementations§
impl<T> Freeze for mat4x2<T>where
T: Freeze,
impl<T> RefUnwindSafe for mat4x2<T>where
T: RefUnwindSafe,
impl<T> Send for mat4x2<T>where
T: Send,
impl<T> Sync for mat4x2<T>where
T: Sync,
impl<T> Unpin for mat4x2<T>where
T: Unpin,
impl<T> UnwindSafe for mat4x2<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