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