Struct makepad_vector::ttf_parser::GlyphsParser
source · [−]pub struct GlyphsParser<'a> { /* private fields */ }
Trait Implementations
sourceimpl<'a> Clone for GlyphsParser<'a>
impl<'a> Clone for GlyphsParser<'a>
sourcefn clone(&self) -> GlyphsParser<'a>
fn clone(&self) -> GlyphsParser<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<'a> RefUnwindSafe for GlyphsParser<'a>
impl<'a> Send for GlyphsParser<'a>
impl<'a> Sync for GlyphsParser<'a>
impl<'a> Unpin for GlyphsParser<'a>
impl<'a> UnwindSafe for GlyphsParser<'a>
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