Struct freetype::freetype::FT_Bitmap_Size_
source · #[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§
§height: FT_Short
§width: FT_Short
§size: FT_Pos
§x_ppem: FT_Pos
§y_ppem: FT_Pos
Trait Implementations§
source§impl Clone for FT_Bitmap_Size_
impl Clone for FT_Bitmap_Size_
source§impl Debug for FT_Bitmap_Size_
impl Debug for FT_Bitmap_Size_
impl Copy for FT_Bitmap_Size_
Auto Trait Implementations§
impl Freeze for FT_Bitmap_Size_
impl RefUnwindSafe for FT_Bitmap_Size_
impl Send for FT_Bitmap_Size_
impl Sync for FT_Bitmap_Size_
impl Unpin for FT_Bitmap_Size_
impl UnwindSafe for FT_Bitmap_Size_
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more