pub struct Plot3D {
pub xs: Matrix,
pub ys: Matrix,
pub zs: Matrix,
pub line_desc: Vec<LineDesc>,
pub desc: Desc,
}Fields
xs: Matrixys: Matrixzs: Matrixline_desc: Vec<LineDesc>desc: DescImplementations
Auto Trait Implementations
impl RefUnwindSafe for Plot3D
impl Send for Plot3D
impl Sync for Plot3D
impl Unpin for Plot3D
impl UnwindSafe for Plot3D
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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