Type Alias freetype::freetype::FT_Bitmap_Size

source ·
pub type FT_Bitmap_Size = FT_Bitmap_Size_;

Aliased Type§

struct FT_Bitmap_Size {
    pub height: i16,
    pub width: i16,
    pub size: i64,
    pub x_ppem: i64,
    pub y_ppem: i64,
}

Fields§

§height: i16§width: i16§size: i64§x_ppem: i64§y_ppem: i64

Trait Implementations§

source§

impl Clone for FT_Bitmap_Size_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for FT_Bitmap_Size_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_Bitmap_Size_