[][src]Struct rgmsh::model::CurveTag

pub struct CurveTag(_);

A curve tag, built from points. The curve type includes straight lines. 1D.

Trait Implementations

impl Clone for CurveTag[src]

impl Copy for CurveTag[src]

impl Eq for CurveTag[src]

impl Ord for CurveTag[src]

impl PartialEq<CurveTag> for CurveTag[src]

impl PartialOrd<CurveTag> for CurveTag[src]

impl Debug for CurveTag[src]

impl Neg for CurveTag[src]

Curves have a direction from start to end.

type Output = Self

The resulting type after applying the - operator.

fn neg(self) -> Self[src]

Reverse the curve's direction.

impl StructuralPartialEq for CurveTag[src]

impl StructuralEq for CurveTag[src]

Auto Trait Implementations

impl Send for CurveTag

impl Sync for CurveTag

impl Unpin for CurveTag

impl UnwindSafe for CurveTag

impl RefUnwindSafe for CurveTag

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]