Struct physx_sys::PxMeshGeometryFlags
source · #[repr(C)]pub struct PxMeshGeometryFlags {
pub mBits: u8,
}Fields§
§mBits: u8Trait Implementations§
source§impl Clone for PxMeshGeometryFlags
impl Clone for PxMeshGeometryFlags
source§fn clone(&self) -> PxMeshGeometryFlags
fn clone(&self) -> PxMeshGeometryFlags
Returns a copy 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 more