pub struct ShapedGlyph {
pub font: Rc<Font>,
pub id: GlyphId,
pub cluster: usize,
pub advance_in_ems: f32,
pub offset_in_ems: f32,
}Fields§
§font: Rc<Font>§id: GlyphId§cluster: usize§advance_in_ems: f32§offset_in_ems: f32Trait Implementations§
Source§impl Clone for ShapedGlyph
impl Clone for ShapedGlyph
Source§fn clone(&self) -> ShapedGlyph
fn clone(&self) -> ShapedGlyph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ShapedGlyph
impl !RefUnwindSafe for ShapedGlyph
impl !Send for ShapedGlyph
impl !Sync for ShapedGlyph
impl Unpin for ShapedGlyph
impl !UnwindSafe for ShapedGlyph
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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