pub struct EqGraph {
pub band_curves: Vec<(Vec<(X, Y)>, Active)>,
pub sum: Vec<(X, Y)>,
}Fields§
§band_curves: Vec<(Vec<(X, Y)>, Active)>§sum: Vec<(X, Y)>Auto Trait Implementations§
impl Freeze for EqGraph
impl RefUnwindSafe for EqGraph
impl Send for EqGraph
impl Sync for EqGraph
impl Unpin for EqGraph
impl UnwindSafe for EqGraph
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