Struct freetype::ffi::FT_BBox []

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

Fields

xMin: i32 yMin: i32 xMax: i32 yMax: i32

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