Struct xpcom::interfaces::nsIXPCComponents_Classes [] [src]

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

interface nsIXPCComponents_Classes : nsISupports

/**
* interface of Components.classes
* (interesting stuff only reflected into JavaScript)
*/

Methods

impl nsIXPCComponents_Classes
[src]

[src]

Cast this nsIXPCComponents_Classes to one of its base interfaces.

impl nsIXPCComponents_Classes
[src]

[src]

void initialize (in nsIJSCID cid, in string idString);

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

IID: nsIID = nsID(2542794016, 53868, 4562, [152, 66, 0, 96, 8, 150, 36, 34])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCComponents_Classes
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.