pub struct GeoForm {
pub data: Vec<f64>,
pub alpha: f64,
pub damping: f64,
}Expand description
Represents the geometric memory field that reacts to wave energy
Fields§
§data: Vec<f64>§alpha: f64§damping: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeoForm
impl RefUnwindSafe for GeoForm
impl Send for GeoForm
impl Sync for GeoForm
impl Unpin for GeoForm
impl UnwindSafe for GeoForm
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