pub struct GlyphItemIter(/* private fields */);
Implementations§
Source§impl GlyphItemIter
impl GlyphItemIter
Trait Implementations§
Source§impl Clone for GlyphItemIter
impl Clone for GlyphItemIter
Source§fn clone(&self) -> GlyphItemIter
fn clone(&self) -> GlyphItemIter
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 moreSource§impl Debug for GlyphItemIter
impl Debug for GlyphItemIter
Source§impl Hash for GlyphItemIter
impl Hash for GlyphItemIter
Source§impl Ord for GlyphItemIter
impl Ord for GlyphItemIter
Source§fn cmp(&self, other: &GlyphItemIter) -> Ordering
fn cmp(&self, other: &GlyphItemIter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlyphItemIter
impl PartialEq for GlyphItemIter
Source§impl PartialOrd for GlyphItemIter
impl PartialOrd for GlyphItemIter
Source§impl StaticType for GlyphItemIter
impl StaticType for GlyphItemIter
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for GlyphItemIter
impl StructuralPartialEq for GlyphItemIter
Auto Trait Implementations§
impl Freeze for GlyphItemIter
impl RefUnwindSafe for GlyphItemIter
impl !Send for GlyphItemIter
impl !Sync for GlyphItemIter
impl Unpin for GlyphItemIter
impl UnwindSafe for GlyphItemIter
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