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

pub struct CellFaceIndex(_);

Define index type

Methods

impl CellFaceIndex[src]

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

Trait Implementations

impl ElementIndex<usize> for CellFaceIndex[src]

impl TopoIndex<usize> for CellFaceIndex[src]

impl<M: CellFaceAttrib> AttribIndex<M> for CellFaceIndex[src]

impl From<CellFaceIndex> for Index[src]

impl From<Index> for CellFaceIndex[src]

impl From<CellFaceIndex> for usize[src]

impl From<usize> for CellFaceIndex[src]

impl Clone for CellFaceIndex[src]

impl Copy for CellFaceIndex[src]

impl Eq for CellFaceIndex[src]

impl Ord for CellFaceIndex[src]

impl PartialEq<CellFaceIndex> for CellFaceIndex[src]

impl PartialOrd<CellFaceIndex> for CellFaceIndex[src]

impl Debug for CellFaceIndex[src]

impl Div<usize> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the / operator.

impl Rem<usize> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the % operator.

impl Sub<CellFaceIndex> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the - operator.

impl Sub<usize> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the - operator.

impl Sub<CellFaceIndex> for usize[src]

type Output = CellFaceIndex

The resulting type after applying the - operator.

impl Add<CellFaceIndex> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the + operator.

impl Add<CellFaceIndex> for usize[src]

type Output = CellFaceIndex

The resulting type after applying the + operator.

impl Add<usize> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the + operator.

impl Mul<usize> for CellFaceIndex[src]

type Output = CellFaceIndex

The resulting type after applying the * operator.

impl Mul<CellFaceIndex> for usize[src]

type Output = CellFaceIndex

The resulting type after applying the * operator.

impl Hash for CellFaceIndex[src]

impl StructuralPartialEq for CellFaceIndex[src]

impl StructuralEq for CellFaceIndex[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]