Struct physx_sys::PxConvexMeshGeometry
source · [−]#[repr(C)]pub struct PxConvexMeshGeometry {
pub mType: i32,
pub scale: PxMeshScale,
pub convexMesh: *mut PxConvexMesh,
pub meshFlags: PxConvexMeshGeometryFlags,
pub paddingFromFlags: PxPadding_3_,
pub structgen_pad0: [u8; 4],
}Fields
mType: i32scale: PxMeshScaleconvexMesh: *mut PxConvexMeshmeshFlags: PxConvexMeshGeometryFlagspaddingFromFlags: PxPadding_3_structgen_pad0: [u8; 4]Trait Implementations
sourceimpl Clone for PxConvexMeshGeometry
impl Clone for PxConvexMeshGeometry
sourcefn clone(&self) -> PxConvexMeshGeometry
fn clone(&self) -> PxConvexMeshGeometry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxConvexMeshGeometry
Auto Trait Implementations
impl RefUnwindSafe for PxConvexMeshGeometry
impl !Send for PxConvexMeshGeometry
impl !Sync for PxConvexMeshGeometry
impl Unpin for PxConvexMeshGeometry
impl UnwindSafe for PxConvexMeshGeometry
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