pub struct ShapedGlyph {
pub key: GlyphKey,
pub px: f32,
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
pub bearing_x: f32,
pub bearing_y: f32,
pub advance: f32,
}Fields§
§key: GlyphKey§px: f32§x: f32§y: f32§w: f32§h: f32§bearing_x: f32§bearing_y: f32§advance: f32Auto Trait Implementations§
impl Freeze for ShapedGlyph
impl RefUnwindSafe for ShapedGlyph
impl Send for ShapedGlyph
impl Sync for ShapedGlyph
impl Unpin for ShapedGlyph
impl UnsafeUnpin for ShapedGlyph
impl UnwindSafe for ShapedGlyph
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