Struct stb_truetype_bugfix_19072017::Rect [] [src]

pub struct Rect<T> {
    pub x0: T,
    pub y0: T,
    pub x1: T,
    pub y1: T,
}

Fields

Trait Implementations

impl<T: Copy> Copy for Rect<T>
[src]

impl<T: Clone> Clone for Rect<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Rect<T>
[src]

Formats the value using the given formatter.