Enum owned_ttf_parser::head::IndexToLocationFormat [−][src]
pub enum IndexToLocationFormat {
Short,
Long,
}
Expand description
An index format used by the Index to Location Table.
Variants
Short
Long
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexToLocationFormat
impl Send for IndexToLocationFormat
impl Sync for IndexToLocationFormat
impl Unpin for IndexToLocationFormat
impl UnwindSafe for IndexToLocationFormat
Blanket Implementations
Mutably borrows from an owned value. Read more