pub struct BcmState {
pub thresholds: Vec<f64>,
}Expand description
BCM state — tracks per-node sliding threshold.
Fields§
§thresholds: Vec<f64>Per-node activity threshold (indexed by NodeIndexable::to_index).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BcmState
impl RefUnwindSafe for BcmState
impl Send for BcmState
impl Sync for BcmState
impl Unpin for BcmState
impl UnsafeUnpin for BcmState
impl UnwindSafe for BcmState
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