pub enum quadtree {
normal,
fast,
none,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for quadtree
Auto Trait Implementations§
impl Freeze for quadtree
impl RefUnwindSafe for quadtree
impl Send for quadtree
impl Sync for quadtree
impl Unpin for quadtree
impl UnwindSafe for quadtree
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