Struct xpcom::interfaces::nsIXPCComponentsBase [] [src]

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

interface nsIXPCComponentsBase : nsISupports

/**
* Interface for the 'Components' object.
*
* The first interface contains things that are available to non-chrome XBL code
* that runs in a scope with an ExpandedPrincipal. The second interface
* includes members that are only exposed to chrome.
*/

Methods

impl nsIXPCComponentsBase
[src]

[src]

Cast this nsIXPCComponentsBase to one of its base interfaces.

impl nsIXPCComponentsBase
[src]

[src]

readonly attribute nsIXPCComponents_Interfaces interfaces;

[src]

readonly attribute nsIXPCComponents_InterfacesByID interfacesByID;

[src]

readonly attribute nsIXPCComponents_Results results;

[src]

boolean isSuccessCode (in nsresult result);

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

IID: nsIID = nsID(4008368687, 34496, 17929, [178, 191, 75, 242, 53, 27, 28, 230])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCComponentsBase
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.