Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ GpuPickResult
Class
GpuPickResult
src/picking.rs:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
264
#[derive(Debug, Clone)]
265
struct GpuPickResult {
266
pub seq: u64,
267
pub hit: Option<PointId>,
268
}
269
270
#[derive(Default)]
271
struct InstanceEntry {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected