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