Struct xpcom::interfaces::nsIMultiPartChannel [] [src]

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

interface nsIMultiPartChannel : nsISupports

/**
 * An interface to access the the base channel
 * associated with a MultiPartChannel.
 */

Methods

impl nsIMultiPartChannel
[src]

[src]

Cast this nsIMultiPartChannel to one of its base interfaces.

impl nsIMultiPartChannel
[src]

[src]

/**
     * readonly attribute to access the underlying channel
     */

readonly attribute nsIChannel baseChannel;

[src]

/**
     * Attribute guaranteed to be different for different parts of
     * the same multipart document.
     */

readonly attribute uint32_t partID;

[src]

/**
     * Set to true when onStopRequest is received from the base channel.
     * The listener can check this from its onStopRequest to determine
     * whether more data can be expected.
     */

readonly attribute boolean isLastPart;

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

IID: nsIID = nsID(1341109392, 21863, 4581, [168, 55, 8, 0, 32, 12, 154, 102])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMultiPartChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.