Home
last modified time | relevance | path

Searched defs:MeshStyle (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dmesh.rs145 pub struct MeshStyle<'a, 'b, X: Ranged, Y: Ranged, DB: DrawingBackend> { struct
146 pub(super) parent_size: (u32, u32),
147 pub(super) draw_x_mesh: bool,
148 pub(super) draw_y_mesh: bool,
149 pub(super) draw_x_axis: bool,
173 impl<'a, 'b, X, Y, XT, YT, DB> MeshStyle<'a, 'b, X, Y, DB> argument
224 impl<'a, 'b, X, Y, DB> MeshStyle<'a, 'b, X, Y, DB> implementation