Struct xpcom::interfaces::nsICaptivePortalCallback [] [src]

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

interface nsICaptivePortalCallback : nsISupports

Methods

impl nsICaptivePortalCallback
[src]

[src]

Cast this nsICaptivePortalCallback to one of its base interfaces.

impl nsICaptivePortalCallback
[src]

[src]

/**
   * Preparation for network interface before captive portal detection started.
   */

void prepare ();

[src]

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

void complete (in bool success);

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

IID: nsIID = nsID(1497358060, 25220, 19944, [180, 22, 142, 99, 203, 220, 105, 94])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICaptivePortalCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.