Trait truetype::Value[][src]

pub trait Value: Sized {
    fn read<T: Tape>(tape: &mut T) -> Result<Self>;
}

A type that can be read.

Required methods

fn read<T: Tape>(tape: &mut T) -> Result<Self>[src]

Read a value.

Loading content...

Implementations on Foreign Types

impl Value for i8[src]

impl Value for u8[src]

impl Value for i16[src]

impl Value for u16[src]

impl Value for u32[src]

impl Value for i64[src]

impl Value for [u8; 3][src]

impl Value for [i8; 4][src]

impl Value for [u8; 4][src]

impl Value for [u8; 10][src]

Loading content...

Implementors

impl Value for MaximumProfile[src]

impl Value for NamingTable[src]

impl Value for PostScript[src]

impl Value for WindowsMetrics[src]

impl Value for CharMapping[src]

impl Value for Encoding0[src]

impl Value for Encoding4[src]

impl Value for Encoding6[src]

impl Value for Encoding12[src]

impl Value for Encoding14[src]

impl Value for truetype::char_mapping::Header[src]

impl Value for truetype::char_mapping::Record[src]

impl Value for SequentialGroup[src]

impl Value for VariationSelector[src]

impl Value for Flags[src]

impl Value for FontHeader[src]

impl Value for Component[src]

impl Value for ComponentFlags[src]

impl Value for Glyph[src]

impl Value for PointFlags[src]

impl Value for HorizontalHeader[src]

impl Value for truetype::horizontal_metrics::Record[src]

impl Value for MaximumProfile0[src]

impl Value for MaximumProfile1[src]

impl Value for Language[src]

impl Value for NamingTable0[src]

impl Value for NamingTable1[src]

impl Value for truetype::naming_table::Record[src]

impl Value for truetype::offset_table::Header[src]

impl Value for OffsetTable[src]

impl Value for truetype::offset_table::Record[src]

impl Value for PostScript1[src]

impl Value for PostScript2[src]

impl Value for Tag[src]

impl Value for q16[src]

impl Value for q32[src]

impl Value for SelectionFlags[src]

impl Value for TypeFlags[src]

impl Value for WindowsMetrics0[src]

impl Value for WindowsMetrics1[src]

impl Value for WindowsMetrics2[src]

impl Value for WindowsMetrics5[src]

Loading content...