pub struct PushGnetEstimator { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl PushGnetEstimator
impl PushGnetEstimator
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
Sourcepub fn set_interval(&mut self, value: i8)
pub fn set_interval(&mut self, value: i8)
Sampling period
Sourcepub fn set_ewma_log(&mut self, value: u8)
pub fn set_ewma_log(&mut self, value: u8)
The log() of measurement window weight
Trait Implementations§
Source§impl Clone for PushGnetEstimator
impl Clone for PushGnetEstimator
Source§fn clone(&self) -> PushGnetEstimator
fn clone(&self) -> PushGnetEstimator
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 PushGnetEstimator
impl Debug for PushGnetEstimator
Auto Trait Implementations§
impl Freeze for PushGnetEstimator
impl RefUnwindSafe for PushGnetEstimator
impl Send for PushGnetEstimator
impl Sync for PushGnetEstimator
impl Unpin for PushGnetEstimator
impl UnwindSafe for PushGnetEstimator
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