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

pub struct VertexIndex(_);

Define index type

Methods

impl VertexIndex[src]

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

Trait Implementations

impl ElementIndex<usize> for VertexIndex[src]

impl<M: VertexAttrib> AttribIndex<M> for VertexIndex[src]

impl From<VertexIndex> for Index[src]

impl From<Index> for VertexIndex[src]

impl From<VertexIndex> for usize[src]

impl From<usize> for VertexIndex[src]

impl Clone for VertexIndex[src]

impl Copy for VertexIndex[src]

impl Eq for VertexIndex[src]

impl Ord for VertexIndex[src]

impl PartialEq<VertexIndex> for VertexIndex[src]

impl PartialOrd<VertexIndex> for VertexIndex[src]

impl Debug for VertexIndex[src]

impl Div<usize> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the / operator.

impl Rem<usize> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the % operator.

impl Sub<VertexIndex> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the - operator.

impl Sub<usize> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the - operator.

impl Sub<VertexIndex> for usize[src]

type Output = VertexIndex

The resulting type after applying the - operator.

impl Add<VertexIndex> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the + operator.

impl Add<VertexIndex> for usize[src]

type Output = VertexIndex

The resulting type after applying the + operator.

impl Add<usize> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the + operator.

impl Mul<usize> for VertexIndex[src]

type Output = VertexIndex

The resulting type after applying the * operator.

impl Mul<VertexIndex> for usize[src]

type Output = VertexIndex

The resulting type after applying the * operator.

impl Hash for VertexIndex[src]

impl StructuralPartialEq for VertexIndex[src]

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