pub struct Flask {
pub a: Vec3,
pub size: f64,
pub color: RGB,
}
Expand description
General builder for a glass flask
Always directed upwards
Fields§
§a: Vec3
Center of the base
size: f64
Height
color: RGB
Shade of the solution inside
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flask
impl RefUnwindSafe for Flask
impl Send for Flask
impl Sync for Flask
impl Unpin for Flask
impl UnwindSafe for Flask
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