Struct lyon_tessellation::FillBuilder[][src]

pub struct FillBuilder<'l> { /* fields omitted */ }

Implementations

impl<'l> FillBuilder<'l>[src]

Trait Implementations

impl<'l> Build for FillBuilder<'l>[src]

type PathType = TessellationResult

The type of object that is created by this builder.

impl<'l> PathBuilder for FillBuilder<'l>[src]

fn add_circle(&mut self, center: Point, radius: f32, winding: Winding)[src]

Tessellate the stroke for an axis-aligned rounded rectangle.

Auto Trait Implementations

impl<'l> !RefUnwindSafe for FillBuilder<'l>[src]

impl<'l> !Send for FillBuilder<'l>[src]

impl<'l> !Sync for FillBuilder<'l>[src]

impl<'l> Unpin for FillBuilder<'l>[src]

impl<'l> !UnwindSafe for FillBuilder<'l>[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.