pub struct EnvelopePolygon;Expand description
Cartesian envelope of a geometry_trait::Polygon. See
EnvelopePoint.
Trait Implementations§
Source§impl Clone for EnvelopePolygon
impl Clone for EnvelopePolygon
Source§fn clone(&self) -> EnvelopePolygon
fn clone(&self) -> EnvelopePolygon
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 EnvelopePolygon
Source§impl Debug for EnvelopePolygon
impl Debug for EnvelopePolygon
Source§impl Default for EnvelopePolygon
impl Default for EnvelopePolygon
Source§fn default() -> EnvelopePolygon
fn default() -> EnvelopePolygon
Returns the “default value” for a type. Read more
Source§impl<G> EnvelopeStrategy<G> for EnvelopePolygonwhere
G: PolygonTrait,
G::Point: PointMut + Default,
<<G::Point as PointTrait>::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<G> EnvelopeStrategy<G> for EnvelopePolygonwhere
G: PolygonTrait,
G::Point: PointMut + Default,
<<G::Point as PointTrait>::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for EnvelopePolygon
impl RefUnwindSafe for EnvelopePolygon
impl Send for EnvelopePolygon
impl Sync for EnvelopePolygon
impl Unpin for EnvelopePolygon
impl UnsafeUnpin for EnvelopePolygon
impl UnwindSafe for EnvelopePolygon
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