Enum lyon_core::events::FlattenedEvent
[−]
[src]
pub enum FlattenedEvent {
MoveTo(Point),
LineTo(Point),
Close,
}Variants
MoveTo(Point)LineTo(Point)CloseMethods
impl FlattenedEvent[src]
fn to_svg_event(self) -> SvgEvent
fn to_path_event(self) -> PathEvent
Trait Implementations
impl Copy for FlattenedEvent[src]
impl Clone for FlattenedEvent[src]
fn clone(&self) -> FlattenedEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for FlattenedEvent[src]
impl PartialEq for FlattenedEvent[src]
fn eq(&self, __arg_0: &FlattenedEvent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FlattenedEvent) -> bool
This method tests for !=.