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

Trait Implementations

impl Clone for FT_BBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_BBox
[src]