Struct swf_tree::shapes::StraightEdge
[−]
[src]
pub struct StraightEdge {
pub delta_x: i32,
pub delta_y: i32,
}Fields
delta_x: i32
delta_y: i32
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 !=.