pub struct GeometryPosition(/* private fields */);
Expand description
The position of the problem in a multi-geometry.
Trait Implementations§
Source§impl Debug for GeometryPosition
impl Debug for GeometryPosition
Source§impl PartialEq for GeometryPosition
impl PartialEq for GeometryPosition
impl StructuralPartialEq for GeometryPosition
Auto Trait Implementations§
impl Freeze for GeometryPosition
impl RefUnwindSafe for GeometryPosition
impl Send for GeometryPosition
impl Sync for GeometryPosition
impl Unpin for GeometryPosition
impl UnwindSafe for GeometryPosition
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