Struct xpcom::interfaces::nsIDOMCSSMozDocumentRule [] [src]

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

interface nsIDOMCSSMozDocumentRule : nsIDOMCSSConditionRule

/**
 * Interface for @-moz-document rules in the CSS OM.
 */

Methods

impl nsIDOMCSSMozDocumentRule
[src]

[src]

Cast this nsIDOMCSSMozDocumentRule 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 nsIDOMCSSMozDocumentRule
[src]

IID: nsIID = nsID(755822493, 49586, 19564, [144, 3, 250, 131, 4, 6, 38, 209])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSMozDocumentRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.