Struct xpcom::interfaces::nsIDOMCSSSupportsRule [] [src]

#[repr(C)]
pub struct nsIDOMCSSSupportsRule { /* fields omitted */ }

interface nsIDOMCSSSupportsRule : nsIDOMCSSConditionRule

/**
 * Interface for @supports rules in the CSS OM.
 */

Methods

impl nsIDOMCSSSupportsRule
[src]

[src]

Cast this nsIDOMCSSSupportsRule to one of its base interfaces.

Methods from Deref<Target = nsIDOMCSSConditionRule>

[src]

Cast this nsIDOMCSSConditionRule to one of its base interfaces.

[src]

attribute DOMString conditionText;

[src]

attribute DOMString conditionText;

Trait Implementations

impl XpCom for nsIDOMCSSSupportsRule
[src]

IID: nsIID = nsID(194929569, 7127, 19631, [133, 14, 20, 139, 118, 43, 20, 210])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMCSSSupportsRule
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSSupportsRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.