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

Class App

examples/bad_apple.rs:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29struct App {
30 series_id: ShapeId,
31 widget: PlotWidget,
32 frames: &'static [u8],
33 frame_idx: usize,
34 frame_count: usize,
35 last_tick: Option<Instant>,
36 accumulator: Duration,
37 frame_duration: Duration,
38}
39
40impl App {
41 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected