Struct vodk_math::vec2::Size2D [] [src]

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

Fields

Methods

impl<U> Size2D<U>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.