pub struct Mat3x4 {
pub items: [C4Vector; 3],
}Fields§
§items: [C4Vector; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mat3x4
impl RefUnwindSafe for Mat3x4
impl Send for Mat3x4
impl Sync for Mat3x4
impl Unpin for Mat3x4
impl UnwindSafe for Mat3x4
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