pub struct ShapedWord {
pub glyph_infos: Vec<GlyphInfo>,
pub glyph_positions: Vec<GlyphPosition>,
}
Fields§
§glyph_infos: Vec<GlyphInfo>
§glyph_positions: Vec<GlyphPosition>
Trait Implementations§
Source§impl Clone for ShapedWord
impl Clone for ShapedWord
Source§fn clone(&self) -> ShapedWord
fn clone(&self) -> ShapedWord
Returns a copy 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 ShapedWord
impl RefUnwindSafe for ShapedWord
impl Send for ShapedWord
impl Sync for ShapedWord
impl Unpin for ShapedWord
impl UnwindSafe for ShapedWord
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