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
width
size
x_ppem
y_ppem

Trait Implementations

Derived Implementations

impl Clone for FT_Bitmap_Size

fn clone(&self) -> FT_Bitmap_Size

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for FT_Bitmap_Size