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

pub struct CellIndex(_);

Define index type

Methods

impl CellIndex[src]

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

Trait Implementations

impl ElementIndex<usize> for CellIndex[src]

impl<M: CellAttrib> AttribIndex<M> for CellIndex[src]

impl From<CellIndex> for Index[src]

impl From<Index> for CellIndex[src]

impl From<CellIndex> for usize[src]

impl From<usize> for CellIndex[src]

impl Clone for CellIndex[src]

impl Copy for CellIndex[src]

impl Eq for CellIndex[src]

impl Ord for CellIndex[src]

impl PartialEq<CellIndex> for CellIndex[src]

impl PartialOrd<CellIndex> for CellIndex[src]

impl Debug for CellIndex[src]

impl Div<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the / operator.

impl Rem<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the % operator.

impl Sub<CellIndex> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the - operator.

impl Sub<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the - operator.

impl Sub<CellIndex> for usize[src]

type Output = CellIndex

The resulting type after applying the - operator.

impl Add<CellIndex> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the + operator.

impl Add<CellIndex> for usize[src]

type Output = CellIndex

The resulting type after applying the + operator.

impl Add<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the + operator.

impl Mul<usize> for CellIndex[src]

type Output = CellIndex

The resulting type after applying the * operator.

impl Mul<CellIndex> for usize[src]

type Output = CellIndex

The resulting type after applying the * operator.

impl Hash for CellIndex[src]

impl StructuralPartialEq for CellIndex[src]

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