Struct xpcom::interfaces::nsISecCheckWrapChannel [] [src]

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

interface nsISecCheckWrapChannel : nsISupports

/**
 * nsISecCheckWrapChannel
 * Describes an XPCOM component used to wrap channels for performing
 * security checks. Channels wrapped inside this class can use
 * this interface to query the wrapped inner channel.
 */

Methods

impl nsISecCheckWrapChannel
[src]

[src]

Cast this nsISecCheckWrapChannel to one of its base interfaces.

impl nsISecCheckWrapChannel
[src]

[src]

/**
   * Returns the wrapped channel inside this class.
   */

readonly attribute nsIChannel innerChannel;

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

IID: nsIID = nsID(2487666133, 51707, 19054, [172, 249, 202, 79, 198, 102, 239, 224])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISecCheckWrapChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.