pub enum RangeComputeHints {
MaxRecurse(usize),
}Expand description
Hints to the range function implementation for SpacefillingCurve2Ds.
Variants§
Auto Trait Implementations§
impl Freeze for RangeComputeHints
impl RefUnwindSafe for RangeComputeHints
impl Send for RangeComputeHints
impl Sync for RangeComputeHints
impl Unpin for RangeComputeHints
impl UnwindSafe for RangeComputeHints
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