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