pub struct Segtree2D<M: Monoid + Commutative> { /* private fields */ }
Expand description
二次元のセグメント木
Implementations§
Auto Trait Implementations§
impl<M> Freeze for Segtree2D<M>
impl<M> RefUnwindSafe for Segtree2D<M>where
M: RefUnwindSafe,
impl<M> Send for Segtree2D<M>where
M: Send,
impl<M> Sync for Segtree2D<M>where
M: Sync,
impl<M> Unpin for Segtree2D<M>where
M: Unpin,
impl<M> UnwindSafe for Segtree2D<M>where
M: 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