[][src]Struct lyon_tess2::geometry_builder::BuffersBuilder

pub struct BuffersBuilder<'l, OutputVertex: 'l, OutputIndex: 'l, Ctor> { /* fields omitted */ }

Implementations

impl<'l, OutputVertex: 'l, OutputIndex: 'l, Ctor> BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor>[src]

pub fn new(
    buffers: &'l mut VertexBuffers<OutputVertex, OutputIndex>,
    ctor: Ctor
) -> Self
[src]

pub fn buffers<'a, 'b: 'a>(
    &'b self
) -> &'a VertexBuffers<OutputVertex, OutputIndex>
[src]

Trait Implementations

impl<'l, OutputVertex, OutputIndex, Ctor> GeometryReceiver for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor> where
    OutputIndex: From<VertexId>,
    Ctor: BasicVertexConstructor<OutputVertex>, 
[src]

Auto Trait Implementations

impl<'l, OutputVertex, OutputIndex, Ctor> RefUnwindSafe for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor> where
    Ctor: RefUnwindSafe,
    OutputIndex: RefUnwindSafe,
    OutputVertex: RefUnwindSafe
[src]

impl<'l, OutputVertex, OutputIndex, Ctor> Send for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor> where
    Ctor: Send,
    OutputIndex: Send,
    OutputVertex: Send
[src]

impl<'l, OutputVertex, OutputIndex, Ctor> Sync for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor> where
    Ctor: Sync,
    OutputIndex: Sync,
    OutputVertex: Sync
[src]

impl<'l, OutputVertex, OutputIndex, Ctor> Unpin for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor> where
    Ctor: Unpin
[src]

impl<'l, OutputVertex, OutputIndex, Ctor> !UnwindSafe for BuffersBuilder<'l, OutputVertex, OutputIndex, Ctor>[src]

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.