Struct cosmic_text::ShapeWord
source · [−]pub struct ShapeWord {
pub blank: bool,
pub glyphs: Vec<ShapeGlyph>,
}Fields
blank: boolglyphs: Vec<ShapeGlyph>Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShapeWord
impl Send for ShapeWord
impl Sync for ShapeWord
impl Unpin for ShapeWord
impl UnwindSafe for ShapeWord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more