Expand description
Input for “grid spacer” functions.
Fields
bounds: (f64, f64)
Min/max of the visible data range (the values at the two edges of the plot, for the current axis).
base_step_size: f64
Recommended (but not required) lower-bound on the step size returned by custom grid spacers.
Computed as the ratio between the diagram’s bounds (in plot coordinates) and the viewport (in frame/window coordinates), scaled up to represent the minimal possible step.
Auto Trait Implementations
impl RefUnwindSafe for GridInput
impl Send for GridInput
impl Sync for GridInput
impl Unpin for GridInput
impl UnwindSafe for GridInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more