pub struct Mat2x3 {
pub x: Vec2,
pub y: Vec2,
pub z: Vec2,
}Expand description
la::mat<double, 2, 3> — 2 rows, 3 cols
Fields§
§x: Vec2§y: Vec2§z: Vec2Implementations§
Trait Implementations§
impl Copy for Mat2x3
impl StructuralPartialEq for Mat2x3
Auto Trait Implementations§
impl Freeze for Mat2x3
impl RefUnwindSafe for Mat2x3
impl Send for Mat2x3
impl Sync for Mat2x3
impl Unpin for Mat2x3
impl UnsafeUnpin for Mat2x3
impl UnwindSafe for Mat2x3
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