pub struct DataBound<X> {
pub min: X,
pub max: X,
}Expand description
Min/max bounds for all plots
Fields§
§min: X§max: XTrait Implementations§
impl<X: Copy> Copy for DataBound<X>
Auto Trait Implementations§
impl<X> Freeze for DataBound<X>where
X: Freeze,
impl<X> RefUnwindSafe for DataBound<X>where
X: RefUnwindSafe,
impl<X> Send for DataBound<X>where
X: Send,
impl<X> Sync for DataBound<X>where
X: Sync,
impl<X> Unpin for DataBound<X>where
X: Unpin,
impl<X> UnwindSafe for DataBound<X>where
X: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more