Struct owned_ttf_parser::apple_layout::StateTable [−][src]
pub struct StateTable<'a> { /* fields omitted */ }
Expand description
Implementations
Returns a class entry.
Returns kerning at offset.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for StateTable<'a>
impl<'a> Send for StateTable<'a>
impl<'a> Sync for StateTable<'a>
impl<'a> Unpin for StateTable<'a>
impl<'a> UnwindSafe for StateTable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more