Struct xpcom::interfaces::nsIDOMCSSRule [] [src]

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

interface nsIDOMCSSRule : nsISupports

Methods

impl nsIDOMCSSRule
[src]

[src]

Cast this nsIDOMCSSRule to one of its base interfaces.

impl nsIDOMCSSRule
[src]

UNKNOWN_RULE: i64 = 0
/**
 * The nsIDOMCSSRule interface is a datatype for a CSS style rule in
 * the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

STYLE_RULE: i64 = 1

CHARSET_RULE: i64 = 2

IMPORT_RULE: i64 = 3

MEDIA_RULE: i64 = 4

FONT_FACE_RULE: i64 = 5

PAGE_RULE: i64 = 6

KEYFRAMES_RULE: i64 = 7

KEYFRAME_RULE: i64 = 8

MOZ_KEYFRAMES_RULE: i64 = 7

MOZ_KEYFRAME_RULE: i64 = 8

NAMESPACE_RULE: i64 = 10

COUNTER_STYLE_RULE: i64 = 11

SUPPORTS_RULE: i64 = 12

DOCUMENT_RULE: i64 = 13

FONT_FEATURE_VALUES_RULE: i64 = 14

[src]

readonly attribute unsigned short type;

[src]

attribute DOMString cssText;

[src]

attribute DOMString cssText;

[src]

readonly attribute nsIDOMCSSStyleSheet parentStyleSheet;

[src]

readonly attribute nsIDOMCSSRule parentRule;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMCSSRule
[src]

IID: nsIID = nsID(1298873261, 62780, 17797, [130, 246, 98, 152, 46, 39, 237, 232])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.