Struct freetype::ffi::FT_Bitmap_Size []

pub 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

impl Clone for FT_Bitmap_Size

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

impl Copy for FT_Bitmap_Size