Struct vodk_math::vec2::IntVector2D [] [src]

pub struct IntVector2D<Unit = Untyped> {
    pub x: i32,
    pub y: i32,
    // some fields omitted
}

Fields

Trait Implementations

impl<U: Unit> Debug for IntVector2D<U>
[src]

Formats the value using the given formatter.

impl<U> Copy for IntVector2D<U>
[src]

impl<U> Clone for IntVector2D<U>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<U> PartialEq for IntVector2D<U>
[src]

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

This method tests for !=.