pub struct Matrix4x3 {
pub rows: [Vec3; 4],
}
Fields§
§rows: [Vec3; 4]
Implementations§
Trait Implementations§
impl Copy for Matrix4x3
impl StructuralPartialEq for Matrix4x3
Auto Trait Implementations§
impl Freeze for Matrix4x3
impl RefUnwindSafe for Matrix4x3
impl Send for Matrix4x3
impl Sync for Matrix4x3
impl Unpin for Matrix4x3
impl UnwindSafe for Matrix4x3
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