Enum ttf_parser::head::IndexToLocationFormat
source · pub enum IndexToLocationFormat {
Short,
Long,
}Expand description
An index format used by the Index to Location Table.
Variants§
Trait Implementations§
source§impl Clone for IndexToLocationFormat
impl Clone for IndexToLocationFormat
source§fn clone(&self) -> IndexToLocationFormat
fn clone(&self) -> IndexToLocationFormat
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 IndexToLocationFormat
impl Debug for IndexToLocationFormat
source§impl PartialEq<IndexToLocationFormat> for IndexToLocationFormat
impl PartialEq<IndexToLocationFormat> for IndexToLocationFormat
source§fn eq(&self, other: &IndexToLocationFormat) -> bool
fn eq(&self, other: &IndexToLocationFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.