Struct xpcom::interfaces::nsIInterceptedBodyCallback [] [src]

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

interface nsIInterceptedBodyCallback : nsISupports

/**
 * Interface allowing the nsIInterceptedChannel to callback when it is
 * done reading from the body stream.
 */

Methods

impl nsIInterceptedBodyCallback
[src]

[src]

Cast this nsIInterceptedBodyCallback to one of its base interfaces.

impl nsIInterceptedBodyCallback
[src]

[src]

void bodyComplete (in nsresult aRv);

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

IID: nsIID = nsID(1359191734, 48800, 16583, [181, 35, 204, 171, 86, 204, 79, 222])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIInterceptedBodyCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.