Struct xpcom::interfaces::nsIDNSListenerProxy [] [src]

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

interface nsIDNSListenerProxy : nsISupports

/**
 * nsIDNSListenerProxy:
 *
 * Must be implemented by classes that wrap the original listener passed to
 * nsIDNSService.AsyncResolve, so we have access to original listener for
 * comparison purposes.
 */

Methods

impl nsIDNSListenerProxy
[src]

[src]

Cast this nsIDNSListenerProxy to one of its base interfaces.

impl nsIDNSListenerProxy
[src]

[src]

readonly attribute nsIDNSListener originalListener;

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

IID: nsIID = nsID(1626337508, 28540, 18748, [173, 217, 28, 190, 165, 144, 99, 173])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDNSListenerProxy
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.