pub struct WithinBox;Expand description
Open point-in-box strategy. See the module docs.
Trait Implementations§
impl Copy for WithinBox
Source§impl<P, G> WithinStrategy<P, G> for WithinBoxwhere
G: BoxTrait<Point = P>,
P: PointMut,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<P, G> WithinStrategy<P, G> for WithinBoxwhere
G: BoxTrait<Point = P>,
P: PointMut,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for WithinBox
impl RefUnwindSafe for WithinBox
impl Send for WithinBox
impl Sync for WithinBox
impl Unpin for WithinBox
impl UnsafeUnpin for WithinBox
impl UnwindSafe for WithinBox
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