Struct xpcom::interfaces::nsIDOMCSSCounterStyleRule [] [src]

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

interface nsIDOMCSSCounterStyleRule : nsISupports

Methods

impl nsIDOMCSSCounterStyleRule
[src]

[src]

Cast this nsIDOMCSSCounterStyleRule to one of its base interfaces.

impl nsIDOMCSSCounterStyleRule
[src]

[src]

attribute DOMString name;

[src]

attribute DOMString name;

[src]

attribute DOMString system;

[src]

attribute DOMString system;

[src]

attribute DOMString symbols;

[src]

attribute DOMString symbols;

[src]

attribute DOMString additiveSymbols;

[src]

attribute DOMString additiveSymbols;

[src]

attribute DOMString negative;

[src]

attribute DOMString negative;

[src]

attribute DOMString prefix;

[src]

attribute DOMString prefix;

[src]

attribute DOMString suffix;

[src]

attribute DOMString suffix;

[src]

attribute DOMString range;

[src]

attribute DOMString range;

[src]

attribute DOMString pad;

[src]

attribute DOMString pad;

[src]

attribute DOMString speakAs;

[src]

attribute DOMString speakAs;

[src]

attribute DOMString fallback;

[src]

attribute DOMString fallback;

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

IID: nsIID = nsID(2606647502, 55372, 20017, [175, 245, 52, 233, 244, 20, 19, 19])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSCounterStyleRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.