Struct freetype::ffi::FT_BBox [] [src]

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

Fields

Trait Implementations

impl Clone for FT_BBox

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_BBox