MCPcopy Create free account
hub / github.com/elftausend/graplot / Desc

Class Desc

src/lib.rs:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#[derive(Debug, PartialEq, Clone, Copy)]
51pub struct Desc {
52 pub end_x: Option<XEnd>,
53 pub spacing_x: f32, // pixels
54 pub spacing_y: f32, // pixels
55 pub min_steps_x: f32,
56 pub min_steps_y: f32,
57}
58
59impl Default for Desc {
60 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected