Struct xpcom::interfaces::nsITraceableChannel [] [src]

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

interface nsITraceableChannel : nsISupports

/**
 * A channel implementing this interface allows one to intercept its data by
 * inserting intermediate stream listeners.
 */

Methods

impl nsITraceableChannel
[src]

[src]

Cast this nsITraceableChannel to one of its base interfaces.

impl nsITraceableChannel
[src]

[src]

nsIStreamListener setNewListener (in nsIStreamListener aListener);

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

IID: nsIID = nsID(1746303755, 61236, 19833, [160, 154, 128, 69, 247, 197, 20, 14])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITraceableChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.