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 for IndexToLocationFormat
impl PartialEq for IndexToLocationFormat
impl Copy for IndexToLocationFormat
impl Eq for IndexToLocationFormat
impl StructuralPartialEq for IndexToLocationFormat
Auto Trait Implementations§
impl Freeze for IndexToLocationFormat
impl RefUnwindSafe for IndexToLocationFormat
impl Send for IndexToLocationFormat
impl Sync for IndexToLocationFormat
impl Unpin for IndexToLocationFormat
impl UnwindSafe for IndexToLocationFormat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)