Enum ttf_parser::PlatformId
source · [−]pub enum PlatformId {
Unicode,
Macintosh,
Iso,
Windows,
Custom,
}
Expand description
A platform ID.
Variants
Unicode
Macintosh
Iso
Windows
Custom
Trait Implementations
sourceimpl Clone for PlatformId
impl Clone for PlatformId
sourcefn clone(&self) -> PlatformId
fn clone(&self) -> PlatformId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PlatformId
impl Debug for PlatformId
sourceimpl FromData for PlatformId
impl FromData for PlatformId
sourceimpl PartialEq<PlatformId> for PlatformId
impl PartialEq<PlatformId> for PlatformId
impl Copy for PlatformId
impl StructuralPartialEq for PlatformId
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more