Struct xpcom::interfaces::nsIDOMCounter [] [src]

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

interface nsIDOMCounter : nsISupports

Methods

impl nsIDOMCounter
[src]

[src]

Cast this nsIDOMCounter to one of its base interfaces.

impl nsIDOMCounter
[src]

[src]

readonly attribute DOMString identifier;

[src]

readonly attribute DOMString listStyle;

[src]

readonly attribute DOMString separator;

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

IID: nsIID = nsID(833467449, 85, 16429, [155, 29, 213, 202, 148, 243, 245, 91])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCounter
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.