Enum allsorts_no_std::woff2::Woff2HmtxTable[][src]

pub enum Woff2HmtxTable {}

Trait Implementations

impl<'a> ReadBinaryDep<'a> for Woff2HmtxTable[src]

type Args = (&'a TableDirectoryEntry, &'a GlyfTable<'a>, usize, usize)

type HostType = HmtxTable<'a>

fn read_dep(
    ctxt: &mut ReadCtxt<'a>,
    (hmtx_entry, glyf, num_glyphs, num_h_metrics): Self::Args
) -> Result<Self::HostType, ParseError>
[src]

Read hmtx table from WOFF2 file

num_h_metrics is defined by the hhea table

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.