pub struct DsfbVsEwmaWindowPoint {
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub ewma_value: f64,
pub ewma_threshold: f64,
pub ewma_alarm: bool,
pub residual: f64,
pub drift: f64,
pub slew: f64,
pub motif_label: String,
pub grammar_state: String,
pub policy_state: String,
}Fields§
§run_index: usize§timestamp: String§label: i8§ewma_value: f64§ewma_threshold: f64§ewma_alarm: bool§residual: f64§drift: f64§slew: f64§motif_label: String§grammar_state: String§policy_state: StringTrait Implementations§
Source§impl Clone for DsfbVsEwmaWindowPoint
impl Clone for DsfbVsEwmaWindowPoint
Source§fn clone(&self) -> DsfbVsEwmaWindowPoint
fn clone(&self) -> DsfbVsEwmaWindowPoint
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 DsfbVsEwmaWindowPoint
impl Debug for DsfbVsEwmaWindowPoint
Auto Trait Implementations§
impl Freeze for DsfbVsEwmaWindowPoint
impl RefUnwindSafe for DsfbVsEwmaWindowPoint
impl Send for DsfbVsEwmaWindowPoint
impl Sync for DsfbVsEwmaWindowPoint
impl Unpin for DsfbVsEwmaWindowPoint
impl UnsafeUnpin for DsfbVsEwmaWindowPoint
impl UnwindSafe for DsfbVsEwmaWindowPoint
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