Struct style::values::computed::font::FontLanguageOverride [] [src]

pub struct FontLanguageOverride(pub u32);

font-language-override can only have a single three-letter OpenType "language system" tag, so we should be able to compute it and store it as a 32-bit integer (see http://www.microsoft.com/typography/otspec/languagetags.htm).

Methods

impl FontLanguageOverride
[src]

[src]

Get computed default value of font-language-override with 0

Trait Implementations

impl Clone for FontLanguageOverride
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FontLanguageOverride
[src]

impl Debug for FontLanguageOverride
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for FontLanguageOverride
[src]

impl MallocSizeOf for FontLanguageOverride
[src]

[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 FontLanguageOverride
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl ToCss for FontLanguageOverride
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more