Struct xpcom::interfaces::nsINullChannel [] [src]

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

interface nsINullChannel : nsISupports

/**
 * This interface is only used in order to mark the fact that
 * an object isn't a complete implementation of its interfaces.
 * For example, a consumer can QI NullHttpChannel to nsINullChannel,
 * to determine if the object is just a dummy implementation of nsIHttpChannel.
 */

Methods

impl nsINullChannel
[src]

[src]

Cast this nsINullChannel to one of its base interfaces.

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

IID: nsIID = nsID(1175501057, 57153, 19380, [189, 63, 253, 77, 107, 109, 141, 104])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINullChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.