Struct freetype_sys::FT_Bitmap_Size [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for FT_Bitmap_Size
[src]

impl Clone for FT_Bitmap_Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more