[][src]Struct luminance::tess_gate::TessGate

pub struct TessGate<'a, B> where
    B: ?Sized
{ /* fields omitted */ }

Tessellation gate.

Implementations

impl<'a, B> TessGate<'a, B> where
    B: ?Sized
[src]

pub fn render<'b, E, T, V, I, W, S: ?Sized>(
    &'b mut self,
    tess_view: T
) -> Result<(), E> where
    B: TessGateBackend<V, I, W, S>,
    T: Into<TessView<'b, B, V, I, W, S>>,
    V: TessVertexData<S> + 'b,
    I: TessIndex + 'b,
    W: TessVertexData<S> + 'b,
    S: 'b, 
[src]

Enter the TessGate by sharing a TessView.

Auto Trait Implementations

impl<'a, B: ?Sized> RefUnwindSafe for TessGate<'a, B> where
    B: RefUnwindSafe

impl<'a, B: ?Sized> Send for TessGate<'a, B> where
    B: Send

impl<'a, B: ?Sized> Sync for TessGate<'a, B> where
    B: Sync

impl<'a, B: ?Sized> Unpin for TessGate<'a, B>

impl<'a, B> !UnwindSafe for TessGate<'a, B>

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.