Struct vodk_math::vec2::IntRectangle [] [src]

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

Fields

Methods

impl<U> IntRectangle<U>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.