Struct pango::ScriptIter
source · pub struct ScriptIter<'text> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'text> Clone for ScriptIter<'text>
Available on crate feature v1_44
only.
impl<'text> Clone for ScriptIter<'text>
Available on crate feature
v1_44
only.source§impl<'text> Debug for ScriptIter<'text>
impl<'text> Debug for ScriptIter<'text>
source§impl<'text> Drop for ScriptIter<'text>
impl<'text> Drop for ScriptIter<'text>
source§impl<'text> Hash for ScriptIter<'text>
impl<'text> Hash for ScriptIter<'text>
source§impl<'text> IntoIterator for ScriptIter<'text>
impl<'text> IntoIterator for ScriptIter<'text>
source§impl<'text> Ord for ScriptIter<'text>
impl<'text> Ord for ScriptIter<'text>
source§fn cmp(&self, other: &ScriptIter<'text>) -> Ordering
fn cmp(&self, other: &ScriptIter<'text>) -> 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<'text> PartialEq<ScriptIter<'text>> for ScriptIter<'text>
impl<'text> PartialEq<ScriptIter<'text>> for ScriptIter<'text>
source§fn eq(&self, other: &ScriptIter<'text>) -> bool
fn eq(&self, other: &ScriptIter<'text>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'text> PartialOrd<ScriptIter<'text>> for ScriptIter<'text>
impl<'text> PartialOrd<ScriptIter<'text>> for ScriptIter<'text>
source§fn partial_cmp(&self, other: &ScriptIter<'text>) -> Option<Ordering>
fn partial_cmp(&self, other: &ScriptIter<'text>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl<'text> StaticType for ScriptIter<'text>
Available on crate feature v1_44
only.
impl<'text> StaticType for ScriptIter<'text>
Available on crate feature
v1_44
only.source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl<'text> Eq for ScriptIter<'text>
impl<'text> StructuralEq for ScriptIter<'text>
impl<'text> StructuralPartialEq for ScriptIter<'text>
Auto Trait Implementations§
impl<'text> RefUnwindSafe for ScriptIter<'text>
impl<'text> !Send for ScriptIter<'text>
impl<'text> !Sync for ScriptIter<'text>
impl<'text> Unpin for ScriptIter<'text>
impl<'text> UnwindSafe for ScriptIter<'text>
Blanket Implementations§
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.