pub struct DsaWeights {
pub boundary_density: f64,
pub drift_persistence: f64,
pub slew_density: f64,
pub ewma_occupancy: f64,
pub motif_recurrence: f64,
}Fields§
§boundary_density: f64§drift_persistence: f64§slew_density: f64§ewma_occupancy: f64§motif_recurrence: f64Trait Implementations§
Source§impl Clone for DsaWeights
impl Clone for DsaWeights
Source§fn clone(&self) -> DsaWeights
fn clone(&self) -> DsaWeights
Returns a duplicate of the value. Read more
1.0.0 · 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 DsaWeights
impl Debug for DsaWeights
Source§impl Default for DsaWeights
impl Default for DsaWeights
Source§impl<'de> Deserialize<'de> for DsaWeights
impl<'de> Deserialize<'de> for DsaWeights
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 DsaWeights
impl PartialEq for DsaWeights
Source§impl Serialize for DsaWeights
impl Serialize for DsaWeights
impl StructuralPartialEq for DsaWeights
Auto Trait Implementations§
impl Freeze for DsaWeights
impl RefUnwindSafe for DsaWeights
impl Send for DsaWeights
impl Sync for DsaWeights
impl Unpin for DsaWeights
impl UnsafeUnpin for DsaWeights
impl UnwindSafe for DsaWeights
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