Struct physx_sys::PxConvexMeshDesc
source · [−]#[repr(C)]pub struct PxConvexMeshDesc {
pub points: PxBoundedData,
pub polygons: PxBoundedData,
pub indices: PxBoundedData,
pub flags: PxConvexFlags,
pub vertexLimit: u16,
pub quantizedCount: u16,
pub structgen_pad0: [u8; 2],
}Fields
points: PxBoundedDatapolygons: PxBoundedDataindices: PxBoundedDataflags: PxConvexFlagsvertexLimit: u16quantizedCount: u16structgen_pad0: [u8; 2]Trait Implementations
sourceimpl Clone for PxConvexMeshDesc
impl Clone for PxConvexMeshDesc
sourcefn clone(&self) -> PxConvexMeshDesc
fn clone(&self) -> PxConvexMeshDesc
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 PxConvexMeshDesc
Auto Trait Implementations
impl RefUnwindSafe for PxConvexMeshDesc
impl !Send for PxConvexMeshDesc
impl !Sync for PxConvexMeshDesc
impl Unpin for PxConvexMeshDesc
impl UnwindSafe for PxConvexMeshDesc
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