#[repr(C)]pub struct PxMeshScale {
pub scale: PxVec3,
pub rotation: PxQuat,
}Fields§
§scale: PxVec3§rotation: PxQuatTrait Implementations§
Source§impl Clone for PxMeshScale
impl Clone for PxMeshScale
Source§fn clone(&self) -> PxMeshScale
fn clone(&self) -> PxMeshScale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxMeshScale
Auto Trait Implementations§
impl Freeze for PxMeshScale
impl RefUnwindSafe for PxMeshScale
impl Send for PxMeshScale
impl Sync for PxMeshScale
impl Unpin for PxMeshScale
impl UnwindSafe for PxMeshScale
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