MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / InstanceEntry

Class InstanceEntry

src/picking.rs:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270#[derive(Default)]
271struct InstanceEntry {
272 latest_req: Option<GpuPickRequest>,
273 latest_res: Option<GpuPickResult>,
274}
275
276static REGISTRY: OnceLock<Mutex<HashMap<u64, InstanceEntry>>> = OnceLock::new();
277

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected