Enum lyon::path::FlattenedEvent[]

pub enum FlattenedEvent {
    MoveTo(TypedPoint2D<f32, UnknownUnit>),
    LineTo(TypedPoint2D<f32, UnknownUnit>),
    Close,
}

Variants

Methods

impl FlattenedEvent

Trait Implementations

impl Into<PathEvent> for FlattenedEvent

Performs the conversion.

impl Into<SvgEvent> for FlattenedEvent

Performs the conversion.

impl Clone for FlattenedEvent

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlattenedEvent

Formats the value using the given formatter. Read more

impl Copy for FlattenedEvent

impl Transform for FlattenedEvent

impl PartialEq<FlattenedEvent> for FlattenedEvent

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FastBoundingRect for FlattenedEvent
[src]

Auto Trait Implementations