Struct xpcom::interfaces::nsIInterfaceInfoManager [] [src]

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

interface nsIInterfaceInfoManager : nsISupports

Methods

impl nsIInterfaceInfoManager
[src]

[src]

Cast this nsIInterfaceInfoManager to one of its base interfaces.

impl nsIInterfaceInfoManager
[src]

[src]

nsIInterfaceInfo getInfoForIID (in nsIIDPtr iid);

[src]

nsIInterfaceInfo getInfoForName (in string name);

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

IID: nsIID = nsID(492034265, 7570, 17039, [181, 204, 25, 139, 85, 232, 151, 215])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIInterfaceInfoManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.