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: FT_Pos yMin: FT_Pos xMax: FT_Pos yMax: FT_Pos

Trait Implementations

impl Clone for FT_BBox
[src]

fn clone(&self) -> FT_BBox

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

impl Copy for FT_BBox
[src]