Struct style::stylesheets::font_feature_values_rule::SingleValue
[−]
[src]
pub struct SingleValue(pub u32);
A @font-feature-values block declaration value that keeps one value.
Trait Implementations
impl Clone for SingleValue
[src]
fn clone(&self) -> SingleValue
[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 SingleValue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for SingleValue
[src]
fn eq(&self, __arg_0: &SingleValue) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SingleValue) -> bool
[src]
This method tests for !=
.
impl Parse for SingleValue
[src]
fn parse<'i, 't>(
_context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<SingleValue, ParseError<'i>>
[src]
_context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<SingleValue, ParseError<'i>>
Parse a value of this type. Read more