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

pub struct CellVertexIndex(_);

Define index type

Implementations

impl CellVertexIndex[src]

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

Trait Implementations

impl Add<CellVertexIndex> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the + operator.

impl Add<usize> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the + operator.

impl<M: CellVertexAttrib> AttribIndex<M> for CellVertexIndex[src]

impl Clone for CellVertexIndex[src]

impl Copy for CellVertexIndex[src]

impl Debug for CellVertexIndex[src]

impl Div<usize> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the / operator.

impl ElementIndex<usize> for CellVertexIndex[src]

impl Eq for CellVertexIndex[src]

impl From<CellVertexIndex> for Index[src]

impl From<Index> for CellVertexIndex[src]

impl From<usize> for CellVertexIndex[src]

impl Hash for CellVertexIndex[src]

impl Mul<usize> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the * operator.

impl Ord for CellVertexIndex[src]

impl PartialEq<CellVertexIndex> for CellVertexIndex[src]

impl PartialOrd<CellVertexIndex> for CellVertexIndex[src]

impl Rem<usize> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the % operator.

impl StructuralEq for CellVertexIndex[src]

impl StructuralPartialEq for CellVertexIndex[src]

impl Sub<CellVertexIndex> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the - operator.

impl Sub<usize> for CellVertexIndex[src]

type Output = CellVertexIndex

The resulting type after applying the - operator.

impl TopoIndex<usize> for CellVertexIndex[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> CallHasher for T where
    T: Hash

impl<T> CloneBytes for T where
    T: 'static + Clone
[src]

impl<T> CopyElem for T where
    T: Any + Copy
[src]

impl<T> DebugBytes for T where
    T: 'static + Debug
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> DropBytes for T where
    T: 'static, 
[src]

impl<T> Elem for T where
    T: Any + DropBytes
[src]

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

impl<'a, S, I> Get<'a, I> for S where
    I: GetIndex<'a, S>, 
[src]

type Output = <I as GetIndex<'a, S>>::Output

impl<T> HashBytes for T where
    T: 'static + Hash
[src]

impl<T> IntBound for T where
    T: Add<usize, Output = T> + Sub<T, Output = T> + Into<usize> + From<usize> + Clone
[src]

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

impl<S, I> Isolate<I> for S where
    I: IsolateIndex<S>, 
[src]

type Output = <I as IsolateIndex<S>>::Output

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]

impl<T> PartialEqBytes for T where
    T: 'static + PartialEq<T>, 
[src]

impl<T> Pod for T where
    T: 'static + Copy + Send + Sync + Any
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, N> PushArrayToVec<N> for T where
    T: Clone,
    N: Array<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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.