pub struct QuadRect { /* private fields */ }
Expand description
A rectangle describing the extents of the QuadTree.
§Remarks
Only the tree node stores its extents. Bounding boxes for sub-nodes are computed on the fly.
Implementations§
Trait Implementations§
impl Copy for QuadRect
Auto Trait Implementations§
impl Freeze for QuadRect
impl RefUnwindSafe for QuadRect
impl Send for QuadRect
impl Sync for QuadRect
impl Unpin for QuadRect
impl UnwindSafe for QuadRect
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