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
xMin | |
yMin | |
xMax | |
yMax |
pub struct FT_BBox {
pub xMin: FT_Pos,
pub yMin: FT_Pos,
pub xMax: FT_Pos,
pub yMax: FT_Pos,
}xMin | |
yMin | |
xMax | |
yMax |
impl Clone for FT_BBoxfn clone(&self) -> FT_BBoxfn clone_from(&mut self, source: &Self)impl Copy for FT_BBox
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).