Type Definition vox_geometry_rust::surface3::Surface3Ptr[][src]

type Surface3Ptr = Arc<RwLock<dyn Surface3>>;
Expand description

Shared pointer for the Surface3 type.