pub struct SkParams {Show 20 fields
pub v_ss_sigma: Option<f64>,
pub v_sp_sigma: Option<f64>,
pub v_pp_sigma: Option<f64>,
pub v_pp_pi: Option<f64>,
pub v_sd_sigma: Option<f64>,
pub v_pd_sigma: Option<f64>,
pub v_pd_pi: Option<f64>,
pub v_dd_sigma: Option<f64>,
pub v_dd_pi: Option<f64>,
pub v_dd_delta: Option<f64>,
pub v_sf_sigma: Option<f64>,
pub v_pf_sigma: Option<f64>,
pub v_pf_pi: Option<f64>,
pub v_df_sigma: Option<f64>,
pub v_df_pi: Option<f64>,
pub v_df_delta: Option<f64>,
pub v_ff_sigma: Option<f64>,
pub v_ff_pi: Option<f64>,
pub v_ff_delta: Option<f64>,
pub v_ff_phi: Option<f64>,
}Fields§
§v_ss_sigma: Option<f64>§v_sp_sigma: Option<f64>§v_pp_sigma: Option<f64>§v_pp_pi: Option<f64>§v_sd_sigma: Option<f64>§v_pd_sigma: Option<f64>§v_pd_pi: Option<f64>§v_dd_sigma: Option<f64>§v_dd_pi: Option<f64>§v_dd_delta: Option<f64>§v_sf_sigma: Option<f64>§v_pf_sigma: Option<f64>§v_pf_pi: Option<f64>§v_df_sigma: Option<f64>§v_df_pi: Option<f64>§v_df_delta: Option<f64>§v_ff_sigma: Option<f64>§v_ff_pi: Option<f64>§v_ff_delta: Option<f64>§v_ff_phi: Option<f64>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkParams
impl<'de> Deserialize<'de> for SkParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for SkParams
Auto Trait Implementations§
impl Freeze for SkParams
impl RefUnwindSafe for SkParams
impl Send for SkParams
impl Sync for SkParams
impl Unpin for SkParams
impl UnsafeUnpin for SkParams
impl UnwindSafe for SkParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more