pub struct CartesianIntersects;Expand description
The Cartesian intersection facade — Boost’s default for the Cartesian coordinate system.
Routes (A, B) through the tag-keyed [IntersectsPairStrategy] picker
to the matching per-pair strategy struct. Kept as a single type so
consumers that name it directly (crate::disjoint,
is_simple, Reversed) resolve unchanged; the per-pair bodies
live on the IxPointPoint … structs below.
Trait Implementations§
Source§impl Clone for CartesianIntersects
impl Clone for CartesianIntersects
Source§fn clone(&self) -> CartesianIntersects
fn clone(&self) -> CartesianIntersects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CartesianIntersects
Source§impl Debug for CartesianIntersects
impl Debug for CartesianIntersects
Source§impl Default for CartesianIntersects
impl Default for CartesianIntersects
Source§fn default() -> CartesianIntersects
fn default() -> CartesianIntersects
Returns the “default value” for a type. Read more
Source§impl<A, B> IntersectsStrategy<A, B> for CartesianIntersects
impl<A, B> IntersectsStrategy<A, B> for CartesianIntersects
Auto Trait Implementations§
impl Freeze for CartesianIntersects
impl RefUnwindSafe for CartesianIntersects
impl Send for CartesianIntersects
impl Sync for CartesianIntersects
impl Unpin for CartesianIntersects
impl UnsafeUnpin for CartesianIntersects
impl UnwindSafe for CartesianIntersects
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