struct ContinuousState {
feature_matrix: Vec<f32>,
feature_buffer_full: bool,
maf_buffers: HashMap<String, MovingAverageFilter>,
slice_size: usize,
}
Fields§
§feature_matrix: Vec<f32>
§feature_buffer_full: bool
§maf_buffers: HashMap<String, MovingAverageFilter>
§slice_size: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContinuousState
impl RefUnwindSafe for ContinuousState
impl Send for ContinuousState
impl Sync for ContinuousState
impl Unpin for ContinuousState
impl UnwindSafe for ContinuousState
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