#[repr(C)]pub struct PxMat33 {
pub column0: PxVec3,
pub column1: PxVec3,
pub column2: PxVec3,
}Fields§
§column0: PxVec3§column1: PxVec3§column2: PxVec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxMat33
impl RefUnwindSafe for PxMat33
impl Send for PxMat33
impl Sync for PxMat33
impl Unpin for PxMat33
impl UnwindSafe for PxMat33
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