Enum style::values::specified::font::VariantAlternates
[−]
[src]
pub enum VariantAlternates { Stylistic(CustomIdent), Styleset(Box<[CustomIdent]>), CharacterVariant(Box<[CustomIdent]>), Swash(CustomIdent), Ornaments(CustomIdent), Annotation(CustomIdent), HistoricalForms, }
Set of variant alternates
Variants
Stylistic(CustomIdent)
Enables display of stylistic alternates
Styleset(Box<[CustomIdent]>)
Enables display with stylistic sets
CharacterVariant(Box<[CustomIdent]>)
Enables display of specific character variants
Swash(CustomIdent)
Enables display of swash glyphs
Ornaments(CustomIdent)
Enables replacement of default glyphs with ornaments
Annotation(CustomIdent)
Enables display of alternate annotation forms
HistoricalForms
Enables display of historical forms
Trait Implementations
impl Clone for VariantAlternates
[src]
fn clone(&self) -> VariantAlternates
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for VariantAlternates
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl MallocSizeOf for VariantAlternates
[src]
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
[src]
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more
impl PartialEq for VariantAlternates
[src]
fn eq(&self, __arg_0: &VariantAlternates) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VariantAlternates) -> bool
[src]
This method tests for !=
.