pub struct MaxHi<T>(/* private fields */);Available on crate feature
interval-tree only.Expand description
The augmentation tracks the maximum hi value in each subtree, enabling efficient
pruning during overlap queries.
Trait Implementations§
Source§impl<T: Ord + Clone + Default, V> Augment<Interval<T>, V> for MaxHi<T>
impl<T: Ord + Clone + Default, V> Augment<Interval<T>, V> for MaxHi<T>
impl<T: Copy> Copy for MaxHi<T>
Auto Trait Implementations§
impl<T> Freeze for MaxHi<T>
impl<T> RefUnwindSafe for MaxHi<T>where
T: RefUnwindSafe,
impl<T> Send for MaxHi<T>where
T: Send,
impl<T> Sync for MaxHi<T>where
T: Sync,
impl<T> Unpin for MaxHi<T>where
T: Unpin,
impl<T> UnsafeUnpin for MaxHi<T>
impl<T> UnwindSafe for MaxHi<T>where
T: 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