Struct freetype::freetype::FT_Glyph_Metrics_
source · #[repr(C)]pub struct FT_Glyph_Metrics_ {
pub width: FT_Pos,
pub height: FT_Pos,
pub horiBearingX: FT_Pos,
pub horiBearingY: FT_Pos,
pub horiAdvance: FT_Pos,
pub vertBearingX: FT_Pos,
pub vertBearingY: FT_Pos,
pub vertAdvance: FT_Pos,
}
Fields§
§width: FT_Pos
§height: FT_Pos
§horiBearingX: FT_Pos
§horiBearingY: FT_Pos
§horiAdvance: FT_Pos
§vertBearingX: FT_Pos
§vertBearingY: FT_Pos
§vertAdvance: FT_Pos
Trait Implementations§
source§impl Clone for FT_Glyph_Metrics_
impl Clone for FT_Glyph_Metrics_
source§impl Debug for FT_Glyph_Metrics_
impl Debug for FT_Glyph_Metrics_
impl Copy for FT_Glyph_Metrics_
Auto Trait Implementations§
impl Freeze for FT_Glyph_Metrics_
impl RefUnwindSafe for FT_Glyph_Metrics_
impl Send for FT_Glyph_Metrics_
impl Sync for FT_Glyph_Metrics_
impl Unpin for FT_Glyph_Metrics_
impl UnwindSafe for FT_Glyph_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