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