Struct read_fonts::tables::name::NameString
source · pub struct NameString<'a> { /* private fields */ }Expand description
Entry for a name in the naming table.
This provides an iterator over characters.
Implementations§
Trait Implementations§
source§impl<'a> Clone for NameString<'a>
impl<'a> Clone for NameString<'a>
source§fn clone(&self) -> NameString<'a>
fn clone(&self) -> NameString<'a>
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<'a> Debug for NameString<'a>
impl<'a> Debug for NameString<'a>
source§impl<'a> Display for NameString<'a>
impl<'a> Display for NameString<'a>
source§impl<'a> IntoIterator for NameString<'a>
impl<'a> IntoIterator for NameString<'a>
source§impl<'a> PartialEq<NameString<'a>> for NameString<'a>
impl<'a> PartialEq<NameString<'a>> for NameString<'a>
source§fn eq(&self, other: &NameString<'a>) -> bool
fn eq(&self, other: &NameString<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.