pub struct Accumulate2d<M>where
M: AbelianMonoid,{ /* private fields */ }
Expand description
2-dimensional accumlated data
Implementations§
Source§impl<M> Accumulate2d<M>where
M: AbelianMonoid,
impl<M> Accumulate2d<M>where
M: AbelianMonoid,
Source§impl<M> Accumulate2d<M>where
M: AbelianGroup,
impl<M> Accumulate2d<M>where
M: AbelianGroup,
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for Accumulate2d<M>
impl<M> RefUnwindSafe for Accumulate2d<M>
impl<M> Send for Accumulate2d<M>
impl<M> Sync for Accumulate2d<M>
impl<M> Unpin for Accumulate2d<M>
impl<M> UnwindSafe for Accumulate2d<M>
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