pub struct SasLinkSpec {
pub initial_epsilon: f64,
pub initial_log_delta: f64,
}Expand description
User-facing configuration for the continuous sinh-arcsinh inverse link.
Fields§
§initial_epsilon: f64§initial_log_delta: f64Trait Implementations§
Source§impl Clone for SasLinkSpec
impl Clone for SasLinkSpec
Source§fn clone(&self) -> SasLinkSpec
fn clone(&self) -> SasLinkSpec
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 moreimpl Copy for SasLinkSpec
Source§impl Debug for SasLinkSpec
impl Debug for SasLinkSpec
Source§impl<'de> Deserialize<'de> for SasLinkSpec
impl<'de> Deserialize<'de> for SasLinkSpec
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
Source§impl PartialEq for SasLinkSpec
impl PartialEq for SasLinkSpec
Source§fn eq(&self, other: &SasLinkSpec) -> bool
fn eq(&self, other: &SasLinkSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SasLinkSpec
impl Serialize for SasLinkSpec
impl StructuralPartialEq for SasLinkSpec
Auto Trait Implementations§
impl Freeze for SasLinkSpec
impl RefUnwindSafe for SasLinkSpec
impl Send for SasLinkSpec
impl Sync for SasLinkSpec
impl Unpin for SasLinkSpec
impl UnsafeUnpin for SasLinkSpec
impl UnwindSafe for SasLinkSpec
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