Struct freetype_sys::FT_Bitmap_Size
[−]
[src]
pub struct FT_Bitmap_Size {
pub height: FT_Short,
pub width: FT_Short,
pub size: FT_Pos,
pub x_ppem: FT_Pos,
pub y_ppem: FT_Pos,
}Fields
height: FT_Short
width: FT_Short
size: FT_Pos
x_ppem: FT_Pos
y_ppem: FT_Pos
Trait Implementations
impl Clone for FT_Bitmap_Size[src]
fn clone(&self) -> FT_Bitmap_Size
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