Struct style::properties::INITIAL_SERVO_VALUES
[−]
pub struct INITIAL_SERVO_VALUES { /* fields omitted */ }
Methods from __Deref<Target = ComputedValues>
pub fn is_style_if_visited(&self) -> bool
[src]
Whether we're a visited style.
pub fn rules(&self) -> &StrongRuleNode
[src]
Gets a reference to the rule node. Panic if no rule node exists.
pub fn visited_style(&self) -> Option<&ComputedValues>
[src]
Returns the visited style, if any.
pub fn visited_rules(&self) -> Option<&StrongRuleNode>
[src]
Returns the visited rules, if applicable.
pub fn is_in_display_none_subtree(&self) -> bool
[src]
Returns whether we're in a display: none subtree.
pub fn custom_properties(&self) -> Option<&Arc<CustomPropertiesMap>>
[src]
Gets a reference to the custom properties map (if one exists).
Trait Implementations
impl __Deref for INITIAL_SERVO_VALUES
type Target = ComputedValues
The resulting type after dereferencing.
fn deref(&self) -> &ComputedValues
Dereferences the value.