Struct swf_tree::shapes::records::StraightEdge [] [src]

pub struct StraightEdge {
    pub end_delta: Vector2D,
}

Fields

Trait Implementations

impl Debug for StraightEdge
[src]

Formats the value using the given formatter.

impl PartialEq for StraightEdge
[src]

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

This method tests for !=.

impl Eq for StraightEdge
[src]