Struct stb_truetype::Rect [] [src]

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

Fields

x0
y0
x1
y1

Trait Implementations

Derived Implementations

impl<T: Debug> Debug for Rect<T>

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<T: Clone> Clone for Rect<T>

fn clone(&self) -> Rect<T>

1.0.0fn clone_from(&mut self, source: &Self)

impl<T: Copy> Copy for Rect<T>