Struct xpcom::interfaces::nsIDOMCSSMediaRule [] [src]

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

interface nsIDOMCSSMediaRule : nsIDOMCSSConditionRule

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

Methods

impl nsIDOMCSSMediaRule
[src]

[src]

Cast this nsIDOMCSSMediaRule to one of its base interfaces.

impl nsIDOMCSSMediaRule
[src]

[src]

readonly attribute nsIDOMMediaList media;

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

IID: nsIID = nsID(1828308402, 64015, 17344, [170, 80, 239, 133, 180, 117, 110, 58])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSMediaRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.