Struct xpcom::interfaces::nsPILoadGroupInternal [] [src]

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

interface nsPILoadGroupInternal : nsISupports

/**
 * Dumping ground for load group experimental work.
 * This interface will never be frozen.  If you are
 * using any feature exposed by this interface, be aware that this interface
 * will change and you will be broken.  You have been warned.
 */

Methods

impl nsPILoadGroupInternal
[src]

[src]

Cast this nsPILoadGroupInternal to one of its base interfaces.

impl nsPILoadGroupInternal
[src]

[src]

/**
     * Called when the load group has loaded main page and
     * subresources. (i.e.essentially DOMComplete)
     *
     * @param aDefaultChanel
     *        The request channel for the base apge
     */

void OnEndPageLoad (in nsIChannel aDefaultChannel);

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

IID: nsIID = nsID(1861417132, 38276, 18675, [149, 122, 12, 148, 255, 240, 200, 199])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsPILoadGroupInternal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.