[][src]Struct luminance::tess::IndicesMut

pub struct IndicesMut<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 IndicesMut<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::IndexSliceMutRepr: Debug
[src]

impl<B: ?Sized, V, I, W, S> Deref for IndicesMut<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.

impl<B: ?Sized, V, I, W, S> DerefMut for IndicesMut<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]

Auto Trait Implementations

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

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

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

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

impl<B: ?Sized, V, I, W, S: ?Sized> UnwindSafe for IndicesMut<B, V, I, W, S> where
    <B as IndexSlice<V, I, W, S>>::IndexSliceMutRepr: 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.