#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxConvexMeshGeometryFlag
Source§impl Debug for PxConvexMeshGeometryFlag
impl Debug for PxConvexMeshGeometryFlag
impl Eq for PxConvexMeshGeometryFlag
Source§impl PartialEq for PxConvexMeshGeometryFlag
impl PartialEq for PxConvexMeshGeometryFlag
Source§fn eq(&self, other: &PxConvexMeshGeometryFlag) -> bool
fn eq(&self, other: &PxConvexMeshGeometryFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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