pub struct Sample {
pub health_index: f64,
}Expand description
Per-snapshot health-index sample.
Fields§
§health_index: f64Caller-computed bearing health index. The exact HI formula (RMS, kurtosis, PCA-K1, MF-DFA, etc.) is up to the caller — DSFB treats this as an opaque scalar residual source.
Trait Implementations§
impl Copy for Sample
impl StructuralPartialEq for Sample
Auto Trait Implementations§
impl Freeze for Sample
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnsafeUnpin for Sample
impl UnwindSafe for Sample
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