Struct freetype::freetype::FT_BBox_ [] [src]

#[repr(C)]
pub struct FT_BBox_ { pub xMin: FT_Pos, pub yMin: FT_Pos, pub xMax: FT_Pos, pub yMax: FT_Pos, }

Fields

Trait Implementations

impl Debug for FT_BBox_
[src]

Formats the value using the given formatter.

impl Copy for FT_BBox_
[src]

impl Clone for FT_BBox_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more