Struct freetype::ffi::FT_BBox []

pub 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

impl Clone for FT_BBox

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