Enum libceed::ElemTopology[][src]

pub enum ElemTopology {
    Line,
    Triangle,
    Quad,
    Tet,
    Pyramid,
    Prism,
    Hex,
}

Type of basis shape to create non-tensor H1 element basis

Variants

Line
Triangle
Quad
Tet
Pyramid
Prism
Hex

Trait Implementations

impl Clone for ElemTopology[src]

impl Copy for ElemTopology[src]

impl Eq for ElemTopology[src]

impl PartialEq<ElemTopology> for ElemTopology[src]

impl StructuralEq for ElemTopology[src]

impl StructuralPartialEq for ElemTopology[src]

Auto Trait Implementations

impl RefUnwindSafe for ElemTopology

impl Send for ElemTopology

impl Sync for ElemTopology

impl Unpin for ElemTopology

impl UnwindSafe for ElemTopology

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.