Type Alias freetype::freetype::FT_BBox

source ·
pub type FT_BBox = FT_BBox_;

Aliased Type§

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

Fields§

§xMin: i64§yMin: i64§xMax: i64§yMax: i64

Trait Implementations§

source§

impl Clone for FT_BBox_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for FT_BBox_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_BBox_