Enum ttf_parser::head::IndexToLocationFormat
source · [−]pub enum IndexToLocationFormat {
Short,
Long,
}
Expand description
An index format used by the Index to Location Table.
Variants
Short
Long
Trait Implementations
sourceimpl Clone for IndexToLocationFormat
impl Clone for IndexToLocationFormat
sourcefn clone(&self) -> IndexToLocationFormat
fn clone(&self) -> IndexToLocationFormat
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IndexToLocationFormat
impl Debug for IndexToLocationFormat
sourceimpl PartialEq<IndexToLocationFormat> for IndexToLocationFormat
impl PartialEq<IndexToLocationFormat> for IndexToLocationFormat
sourcefn eq(&self, other: &IndexToLocationFormat) -> bool
fn eq(&self, other: &IndexToLocationFormat) -> bool
impl Copy for IndexToLocationFormat
impl Eq for IndexToLocationFormat
impl StructuralEq for IndexToLocationFormat
impl StructuralPartialEq for IndexToLocationFormat
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more