Struct owned_ttf_parser::kerx::EntryData [−][src]
pub struct EntryData {
pub action_index: u16,
}
Expand description
A state machine entry.
Fields
action_index: u16
An action index.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryData
impl UnwindSafe for EntryData
Blanket Implementations
Mutably borrows from an owned value. Read more