Struct swf_tree::shapes::records::StraightEdge
[−]
[src]
pub struct StraightEdge { pub end_delta: Vector2D, }
Fields
end_delta: Vector2D
Trait Implementations
impl Debug for StraightEdge
[src]
impl PartialEq for StraightEdge
[src]
fn eq(&self, __arg_0: &StraightEdge) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StraightEdge) -> bool
This method tests for !=
.