ttf_parser::tables::cff::index

Trait IndexSize

Source
pub trait IndexSize: FromData {
    // Required method
    fn to_u32(self) -> u32;
}

Required Methods§

Source

fn to_u32(self) -> u32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IndexSize for u16

Source§

fn to_u32(self) -> u32

Source§

impl IndexSize for u32

Source§

fn to_u32(self) -> u32

Implementors§