pub enum PreferredSurfaceCurveRepresentation {
Curve3d,
PcurveS1,
PcurveS2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PreferredSurfaceCurveRepresentation
impl Clone for PreferredSurfaceCurveRepresentation
Source§fn clone(&self) -> PreferredSurfaceCurveRepresentation
fn clone(&self) -> PreferredSurfaceCurveRepresentation
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 PreferredSurfaceCurveRepresentation
impl Eq for PreferredSurfaceCurveRepresentation
Source§impl PartialEq for PreferredSurfaceCurveRepresentation
impl PartialEq for PreferredSurfaceCurveRepresentation
Source§fn eq(&self, other: &PreferredSurfaceCurveRepresentation) -> bool
fn eq(&self, other: &PreferredSurfaceCurveRepresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreferredSurfaceCurveRepresentation
Auto Trait Implementations§
impl Freeze for PreferredSurfaceCurveRepresentation
impl RefUnwindSafe for PreferredSurfaceCurveRepresentation
impl Send for PreferredSurfaceCurveRepresentation
impl Sync for PreferredSurfaceCurveRepresentation
impl Unpin for PreferredSurfaceCurveRepresentation
impl UnsafeUnpin for PreferredSurfaceCurveRepresentation
impl UnwindSafe for PreferredSurfaceCurveRepresentation
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