#[repr(i32)]pub enum PxConvexMeshGeometryFlag {
TightBounds = 1,
}Expand description
Flags controlling the simulated behavior of the convex mesh geometry.
Used in ::PxConvexMeshGeometryFlags.
Variants§
TightBounds = 1
Use tighter (but more expensive to compute) bounds around the convex geometry.
Trait Implementations§
Source§impl Clone for PxConvexMeshGeometryFlag
impl Clone for PxConvexMeshGeometryFlag
Source§fn clone(&self) -> PxConvexMeshGeometryFlag
fn clone(&self) -> PxConvexMeshGeometryFlag
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 moreSource§impl Debug for PxConvexMeshGeometryFlag
impl Debug for PxConvexMeshGeometryFlag
Source§impl PartialEq for PxConvexMeshGeometryFlag
impl PartialEq for PxConvexMeshGeometryFlag
impl Copy for PxConvexMeshGeometryFlag
impl Eq for PxConvexMeshGeometryFlag
impl StructuralPartialEq for PxConvexMeshGeometryFlag
Auto Trait Implementations§
impl Freeze for PxConvexMeshGeometryFlag
impl RefUnwindSafe for PxConvexMeshGeometryFlag
impl Send for PxConvexMeshGeometryFlag
impl Sync for PxConvexMeshGeometryFlag
impl Unpin for PxConvexMeshGeometryFlag
impl UnwindSafe for PxConvexMeshGeometryFlag
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