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

Method default

src/grid.rs:201–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199
200impl Default for Grid {
201 fn default() -> Self {
202 Self {
203 pipeline: None,
204 vertex_buffer: None,
205 vertex_count: 0,
206 last_center: DVec2::splat(f64::NAN),
207 last_extents: DVec2::splat(f64::NAN),
208 last_style: GridStyle::default(),
209 }
210 }
211}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected