pub struct Plot3D {
pub xs: Matrix,
pub ys: Matrix,
pub zs: Matrix,
pub line_desc: Vec<LineDesc>,
pub desc: Desc,
}Fields§
§xs: Matrix§ys: Matrix§zs: Matrix§line_desc: Vec<LineDesc>§desc: DescImplementations§
Auto Trait Implementations§
impl Freeze for Plot3D
impl RefUnwindSafe for Plot3D
impl Send for Plot3D
impl Sync for Plot3D
impl Unpin for Plot3D
impl UnwindSafe for Plot3D
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