Enum ttf_parser::PlatformId [−][src]
pub enum PlatformId {
Unicode,
Macintosh,
Iso,
Windows,
Custom,
}Expand description
A platform ID.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlatformIdimpl Send for PlatformIdimpl Sync for PlatformIdimpl Unpin for PlatformIdimpl UnwindSafe for PlatformIdBlanket Implementations
Mutably borrows from an owned value. Read more