Struct vodk_math::vec2::IntSize2D [] [src]

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

Fields

Methods

impl<U> IntSize2D<U>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more