Struct xpcom::interfaces::nsIDocumentLoader [] [src]

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

interface nsIDocumentLoader : nsISupports

/**
 * An nsIDocumentLoader is an interface responsible for tracking groups of
 * loads that belong together (images, external scripts, etc) and subdocuments
 * (<iframe>, <frame>, etc). It is also responsible for sending
 * nsIWebProgressListener notifications.
 * XXXbz this interface should go away, we think...
 */

Methods

impl nsIDocumentLoader
[src]

[src]

Cast this nsIDocumentLoader to one of its base interfaces.

impl nsIDocumentLoader
[src]

[src]

void stop ();

[src]

readonly attribute nsISupports container;

[src]

readonly attribute nsILoadGroup loadGroup;

[src]

readonly attribute nsIChannel documentChannel;

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

IID: nsIID = nsID(3152634350, 23017, 17083, [190, 80, 3, 49, 151, 155, 183, 159])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDocumentLoader
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.