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