Struct freetype::freetype::FT_Size_Metrics_
source · #[repr(C)]pub struct FT_Size_Metrics_ {
pub x_ppem: FT_UShort,
pub y_ppem: FT_UShort,
pub x_scale: FT_Fixed,
pub y_scale: FT_Fixed,
pub ascender: FT_Pos,
pub descender: FT_Pos,
pub height: FT_Pos,
pub max_advance: FT_Pos,
}
Fields§
§x_ppem: FT_UShort
§y_ppem: FT_UShort
§x_scale: FT_Fixed
§y_scale: FT_Fixed
§ascender: FT_Pos
§descender: FT_Pos
§height: FT_Pos
§max_advance: FT_Pos
Trait Implementations§
source§impl Clone for FT_Size_Metrics_
impl Clone for FT_Size_Metrics_
source§impl Debug for FT_Size_Metrics_
impl Debug for FT_Size_Metrics_
impl Copy for FT_Size_Metrics_
Auto Trait Implementations§
impl Freeze for FT_Size_Metrics_
impl RefUnwindSafe for FT_Size_Metrics_
impl Send for FT_Size_Metrics_
impl Sync for FT_Size_Metrics_
impl Unpin for FT_Size_Metrics_
impl UnwindSafe for FT_Size_Metrics_
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