pub struct CumulativeSum1D<G: Group> { /* private fields */ }
Expand description
1次元の累積和を扱う
Implementations§
Trait Implementations§
Source§impl<G: Clone + Group> Clone for CumulativeSum1D<G>
impl<G: Clone + Group> Clone for CumulativeSum1D<G>
Source§fn clone(&self) -> CumulativeSum1D<G>
fn clone(&self) -> CumulativeSum1D<G>
Returns a copy 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 moreAuto Trait Implementations§
impl<G> Freeze for CumulativeSum1D<G>
impl<G> RefUnwindSafe for CumulativeSum1D<G>where
G: RefUnwindSafe,
impl<G> Send for CumulativeSum1D<G>where
G: Send,
impl<G> Sync for CumulativeSum1D<G>where
G: Sync,
impl<G> Unpin for CumulativeSum1D<G>where
G: Unpin,
impl<G> UnwindSafe for CumulativeSum1D<G>where
G: UnwindSafe,
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