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