pub struct TotalState { /* private fields */ }Expand description
State for total(): Kahan compensated accumulator.
Auto Trait Implementations§
impl Freeze for TotalState
impl RefUnwindSafe for TotalState
impl Send for TotalState
impl Sync for TotalState
impl Unpin for TotalState
impl UnsafeUnpin for TotalState
impl UnwindSafe for TotalState
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