[][src]Struct luminance::tess::Indices

pub struct Indices<B: ?Sized, V, I, W, S> where
    B: TessBackend<V, I, W, S> + IndexSliceBackend<V, I, W, S>,
    V: TessVertexData<S>,
    I: TessIndex,
    W: TessVertexData<S>,
    S: ?Sized
{ /* fields omitted */ }

TODO

Trait Implementations

impl<B: Debug + ?Sized, V: Debug, I: Debug, W: Debug, S> Debug for Indices<B, V, I, W, S> where
    B: TessBackend<V, I, W, S> + IndexSliceBackend<V, I, W, S>,
    V: TessVertexData<S>,
    I: TessIndex,
    W: TessVertexData<S>,
    S: Debug + ?Sized,
    B::IndexSliceRepr: Debug
[src]

impl<B: ?Sized, V, I, W, S> Deref for Indices<B, V, I, W, S> where
    B: TessBackend<V, I, W, S> + IndexSliceBackend<V, I, W, S>,
    V: TessVertexData<S>,
    I: TessIndex,
    W: TessVertexData<S>,
    S: ?Sized
[src]

type Target = [I]

The resulting type after dereferencing.

Auto Trait Implementations

impl<B: ?Sized, V, I, W, S: ?Sized> RefUnwindSafe for Indices<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceRepr: RefUnwindSafe

impl<B: ?Sized, V, I, W, S: ?Sized> Send for Indices<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceRepr: Send

impl<B: ?Sized, V, I, W, S: ?Sized> Sync for Indices<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceRepr: Sync

impl<B: ?Sized, V, I, W, S: ?Sized> Unpin for Indices<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceRepr: Unpin

impl<B: ?Sized, V, I, W, S: ?Sized> UnwindSafe for Indices<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceRepr: UnwindSafe

Blanket Implementations

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

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

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

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

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

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.