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