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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IndexToLocationFormat
impl Debug for IndexToLocationFormat
impl Copy 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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