#[repr(C)]pub struct PxMat44 {
pub column0: PxVec4,
pub column1: PxVec4,
pub column2: PxVec4,
pub column3: PxVec4,
}Fields
column0: PxVec4column1: PxVec4column2: PxVec4column3: PxVec4Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PxMat44
impl Send for PxMat44
impl Sync for PxMat44
impl Unpin for PxMat44
impl UnwindSafe for PxMat44
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more