#[repr(i32)]pub enum PxTetrahedronMeshFlag {
E16BitIndices = 2,
}Variants§
E16BitIndices = 2
The tetrahedron mesh has 16bits vertex indices
Trait Implementations§
Source§impl Clone for PxTetrahedronMeshFlag
impl Clone for PxTetrahedronMeshFlag
Source§fn clone(&self) -> PxTetrahedronMeshFlag
fn clone(&self) -> PxTetrahedronMeshFlag
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 PxTetrahedronMeshFlag
impl Debug for PxTetrahedronMeshFlag
Source§impl PartialEq for PxTetrahedronMeshFlag
impl PartialEq for PxTetrahedronMeshFlag
impl Copy for PxTetrahedronMeshFlag
impl Eq for PxTetrahedronMeshFlag
impl StructuralPartialEq for PxTetrahedronMeshFlag
Auto Trait Implementations§
impl Freeze for PxTetrahedronMeshFlag
impl RefUnwindSafe for PxTetrahedronMeshFlag
impl Send for PxTetrahedronMeshFlag
impl Sync for PxTetrahedronMeshFlag
impl Unpin for PxTetrahedronMeshFlag
impl UnwindSafe for PxTetrahedronMeshFlag
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