Struct xpcom::interfaces::nsIXPCComponents [] [src]

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

interface nsIXPCComponents : nsIXPCComponentsBase

Methods

impl nsIXPCComponents
[src]

[src]

Cast this nsIXPCComponents to one of its base interfaces.

impl nsIXPCComponents
[src]

[src]

readonly attribute nsIXPCComponents_Classes classes;

[src]

readonly attribute nsIXPCComponents_ClassesByID classesByID;

[src]

readonly attribute nsIStackFrame stack;

[src]

readonly attribute nsIComponentManager manager;

[src]

readonly attribute nsIXPCComponents_Utils utils;

[src]

readonly attribute nsIXPCComponents_ID ID;

[src]

readonly attribute nsIXPCComponents_Exception Exception;

[src]

readonly attribute nsIXPCComponents_Constructor Constructor;

Methods from Deref<Target = nsIXPCComponentsBase>

[src]

Cast this nsIXPCComponentsBase to one of its base interfaces.

[src]

readonly attribute nsIXPCComponents_Interfaces interfaces;

[src]

readonly attribute nsIXPCComponents_InterfacesByID interfacesByID;

[src]

readonly attribute nsIXPCComponents_Results results;

[src]

boolean isSuccessCode (in nsresult result);

Trait Implementations

impl XpCom for nsIXPCComponents
[src]

IID: nsIID = nsID(2854791926, 28878, 19203, [149, 20, 175, 228, 60, 125, 253, 168])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCComponents
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.