Struct freetype_sys::FT_BBox [−] [src]

pub struct FT_BBox {
    pub xMin: FT_Pos,
    pub yMin: FT_Pos,
    pub xMax: FT_Pos,
    pub yMax: FT_Pos,
}

Fields

xMin
yMin
xMax
yMax

Trait Implementations

Derived Implementations

impl Clone for FT_BBox

fn clone(&self) -> FT_BBox

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

impl Copy for FT_BBox