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

Class PendingReadback

src/picking.rs:332–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332struct PendingReadback {
333 instance_id: u64,
334 seq: u64,
335 needed: u64,
336 bytes_per_row: u32,
337 max_w: u32,
338 max_h: u32,
339 min_x: u32,
340 min_y: u32,
341 cx: u32,
342 cy: u32,
343 map_status: Arc<Mutex<Option<Result<(), BufferAsyncError>>>>,
344}
345
346impl Default for PickingPass {
347 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected