pub struct PlotBounds { /* private fields */ }
Expand description
2D bounding box of f64 precision. The range of data values we show.
Implementations
sourceimpl PlotBounds
impl PlotBounds
Trait Implementations
sourceimpl Clone for PlotBounds
impl Clone for PlotBounds
sourcefn clone(&self) -> PlotBounds
fn clone(&self) -> PlotBounds
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PlotBounds
impl Debug for PlotBounds
sourceimpl PartialEq<PlotBounds> for PlotBounds
impl PartialEq<PlotBounds> for PlotBounds
sourcefn eq(&self, other: &PlotBounds) -> bool
fn eq(&self, other: &PlotBounds) -> bool
impl Copy for PlotBounds
impl StructuralPartialEq for PlotBounds
Auto Trait Implementations
impl RefUnwindSafe for PlotBounds
impl Send for PlotBounds
impl Sync for PlotBounds
impl Unpin for PlotBounds
impl UnwindSafe for PlotBounds
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