pub struct AnisotropicScalesRow {
pub term_name: String,
pub global_length_scale: Option<f64>,
pub axes: Vec<(usize, f64, Option<f64>, Option<f64>)>,
}Fields§
§term_name: String§global_length_scale: Option<f64>§axes: Vec<(usize, f64, Option<f64>, Option<f64>)>Per-axis: (axis_index, eta, per_axis_length_scale, per_axis_kappa)
Auto Trait Implementations§
impl Freeze for AnisotropicScalesRow
impl RefUnwindSafe for AnisotropicScalesRow
impl Send for AnisotropicScalesRow
impl Sync for AnisotropicScalesRow
impl Unpin for AnisotropicScalesRow
impl UnsafeUnpin for AnisotropicScalesRow
impl UnwindSafe for AnisotropicScalesRow
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