Struct stb_truetype::Rect
[−]
[src]
pub struct Rect<T> {
pub x0: T,
pub y0: T,
pub x1: T,
pub y1: T,
}Fields
x0: T
y0: T
x1: T
y1: T
Trait Implementations
impl<T: Debug> Debug for Rect<T>[src]
impl<T: Clone> Clone for Rect<T>[src]
fn clone(&self) -> Rect<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more