pub struct MovingStat { /* private fields */ }๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Implementationsยง
Sourceยงimpl MovingStat
impl MovingStat
pub fn update_stat(&self, old_value: &MovingStat, new_value: u64)
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.pub fn load_and_reset(&self) -> u64
๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait Implementationsยง
Sourceยงimpl Default for MovingStat
impl Default for MovingStat
Sourceยงfn default() -> MovingStat
fn default() -> MovingStat
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl !Freeze for MovingStat
impl RefUnwindSafe for MovingStat
impl Send for MovingStat
impl Sync for MovingStat
impl Unpin for MovingStat
impl UnwindSafe for MovingStat
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