pub struct GlyphItem(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for GlyphItem
impl Ord for GlyphItem
Source§impl PartialOrd for GlyphItem
impl PartialOrd for GlyphItem
Source§impl StaticType for GlyphItem
impl StaticType for GlyphItem
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for GlyphItem
impl StructuralPartialEq for GlyphItem
Auto Trait Implementations§
impl Freeze for GlyphItem
impl RefUnwindSafe for GlyphItem
impl !Send for GlyphItem
impl !Sync for GlyphItem
impl Unpin for GlyphItem
impl UnwindSafe for GlyphItem
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