pub enum BezierRetainedOverlapOrientation2 {
Same,
Opposite,
}Expand description
Orientation of two refined fragments that carry the same overlap image.
Variants§
Same
The two overlap subfragments have equal start and end endpoint order.
Opposite
The second overlap subfragment has the opposite endpoint order.
Trait Implementations§
Source§impl Clone for BezierRetainedOverlapOrientation2
impl Clone for BezierRetainedOverlapOrientation2
Source§fn clone(&self) -> BezierRetainedOverlapOrientation2
fn clone(&self) -> BezierRetainedOverlapOrientation2
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 BezierRetainedOverlapOrientation2
impl Eq for BezierRetainedOverlapOrientation2
Source§impl PartialEq for BezierRetainedOverlapOrientation2
impl PartialEq for BezierRetainedOverlapOrientation2
Source§fn eq(&self, other: &BezierRetainedOverlapOrientation2) -> bool
fn eq(&self, other: &BezierRetainedOverlapOrientation2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BezierRetainedOverlapOrientation2
Auto Trait Implementations§
impl Freeze for BezierRetainedOverlapOrientation2
impl RefUnwindSafe for BezierRetainedOverlapOrientation2
impl Send for BezierRetainedOverlapOrientation2
impl Sync for BezierRetainedOverlapOrientation2
impl Unpin for BezierRetainedOverlapOrientation2
impl UnsafeUnpin for BezierRetainedOverlapOrientation2
impl UnwindSafe for BezierRetainedOverlapOrientation2
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