Struct xpcom::interfaces::nsIInterfaceInfo [] [src]

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

interface nsIInterfaceInfo : nsISupports

Methods

impl nsIInterfaceInfo
[src]

[src]

Cast this nsIInterfaceInfo to one of its base interfaces.

impl nsIInterfaceInfo
[src]

[src]

readonly attribute string name;

[src]

readonly attribute nsIIDPtr InterfaceIID;

[src]

boolean isScriptable ();

[src]

boolean isBuiltinClass ();

[src]

readonly attribute nsIInterfaceInfo parent;

[src]

/**
    * These include counts for parent (and all ancestors).
    */

readonly attribute uint16_t methodCount;

[src]

readonly attribute uint16_t constantCount;

[src]

boolean isIID (in nsIIDPtr IID);

[src]

void getNameShared ([shared, retval] out string name);

[src]

void getIIDShared ([shared, retval] out nsIIDPtrShared iid);

[src]

boolean isFunction ();

[src]

boolean hasAncestor (in nsIIDPtr iid);

[src]

boolean isMainProcessScriptableOnly ();

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

IID: nsIID = nsID(941680227, 36386, 18313, [180, 112, 86, 188, 247, 8, 63, 43])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIInterfaceInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.