Struct xpcom::interfaces::nsICaptivePortalServiceCallback [] [src]

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

interface nsICaptivePortalServiceCallback : nsISupports

Methods

impl nsICaptivePortalServiceCallback
[src]

[src]

Cast this nsICaptivePortalServiceCallback to one of its base interfaces.

impl nsICaptivePortalServiceCallback
[src]

[src]

/**
   * Invoke callbacks after captive portal detection finished.
   */

void complete (in bool success, in nsresult error);

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

IID: nsIID = nsID(3053278761, 53324, 16696, [149, 41, 147, 17, 242, 145, 236, 212])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICaptivePortalServiceCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.