pub struct RoundedTriangleParams {
pub peakwl: f64,
pub fwhm: Option<f64>,
pub rounding: f64,
pub min_v: f64,
pub max_v: f64,
pub fw: f64,
pub rw: f64,
}Fields§
§peakwl: f64§fwhm: Option<f64>§rounding: f64§min_v: f64§max_v: f64§fw: f64§rw: f64Trait Implementations§
Source§impl Clone for RoundedTriangleParams
impl Clone for RoundedTriangleParams
Source§fn clone(&self) -> RoundedTriangleParams
fn clone(&self) -> RoundedTriangleParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoundedTriangleParams
impl Debug for RoundedTriangleParams
Source§impl Default for RoundedTriangleParams
impl Default for RoundedTriangleParams
Source§impl PartialEq for RoundedTriangleParams
impl PartialEq for RoundedTriangleParams
impl StructuralPartialEq for RoundedTriangleParams
Auto Trait Implementations§
impl Freeze for RoundedTriangleParams
impl RefUnwindSafe for RoundedTriangleParams
impl Send for RoundedTriangleParams
impl Sync for RoundedTriangleParams
impl Unpin for RoundedTriangleParams
impl UnsafeUnpin for RoundedTriangleParams
impl UnwindSafe for RoundedTriangleParams
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