Struct physx_sys::PxTriangleMeshDesc
source · [−]#[repr(C)]pub struct PxTriangleMeshDesc {
pub points: PxBoundedData,
pub triangles: PxBoundedData,
pub flags: PxMeshFlags,
pub structgen_pad0: [u8; 6],
pub materialIndices: PxTypedStridedData_physx_PxMaterialTableIndex_,
}Fields
points: PxBoundedDatatriangles: PxBoundedDataflags: PxMeshFlagsstructgen_pad0: [u8; 6]materialIndices: PxTypedStridedData_physx_PxMaterialTableIndex_Trait Implementations
sourceimpl Clone for PxTriangleMeshDesc
impl Clone for PxTriangleMeshDesc
sourcefn clone(&self) -> PxTriangleMeshDesc
fn clone(&self) -> PxTriangleMeshDesc
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 PxTriangleMeshDesc
Auto Trait Implementations
impl RefUnwindSafe for PxTriangleMeshDesc
impl !Send for PxTriangleMeshDesc
impl !Sync for PxTriangleMeshDesc
impl Unpin for PxTriangleMeshDesc
impl UnwindSafe for PxTriangleMeshDesc
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