[][src]Struct gut::mesh::topology::FaceEdgeIndex

pub struct FaceEdgeIndex(_);

Define index type

Methods

impl FaceEdgeIndex[src]

pub fn into_inner(self) -> usize[src]

Trait Implementations

impl ElementIndex<usize> for FaceEdgeIndex[src]

impl TopoIndex<usize> for FaceEdgeIndex[src]

impl<M: FaceEdgeAttrib> AttribIndex<M> for FaceEdgeIndex[src]

impl From<FaceEdgeIndex> for Index[src]

impl From<Index> for FaceEdgeIndex[src]

impl From<FaceEdgeIndex> for usize[src]

impl From<usize> for FaceEdgeIndex[src]

impl Clone for FaceEdgeIndex[src]

impl Copy for FaceEdgeIndex[src]

impl Eq for FaceEdgeIndex[src]

impl Ord for FaceEdgeIndex[src]

impl PartialEq<FaceEdgeIndex> for FaceEdgeIndex[src]

impl PartialOrd<FaceEdgeIndex> for FaceEdgeIndex[src]

impl Debug for FaceEdgeIndex[src]

impl Div<usize> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the / operator.

impl Rem<usize> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the % operator.

impl Sub<FaceEdgeIndex> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the - operator.

impl Sub<usize> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the - operator.

impl Sub<FaceEdgeIndex> for usize[src]

type Output = FaceEdgeIndex

The resulting type after applying the - operator.

impl Add<FaceEdgeIndex> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the + operator.

impl Add<FaceEdgeIndex> for usize[src]

type Output = FaceEdgeIndex

The resulting type after applying the + operator.

impl Add<usize> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the + operator.

impl Mul<usize> for FaceEdgeIndex[src]

type Output = FaceEdgeIndex

The resulting type after applying the * operator.

impl Mul<FaceEdgeIndex> for usize[src]

type Output = FaceEdgeIndex

The resulting type after applying the * operator.

impl Index<FaceEdgeIndex> for Vec<usize>[src]

type Output = usize

The returned type after indexing.

impl IndexMut<FaceEdgeIndex> for Vec<usize>[src]

impl Hash for FaceEdgeIndex[src]

impl StructuralPartialEq for FaceEdgeIndex[src]

impl StructuralEq for FaceEdgeIndex[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Bytes for T[src]

impl<T> Pod for T where
    T: 'static + Copy + Send + Sync + Any
[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 = !

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]

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]