Struct xpcom::interfaces::nsIAuthPromptAdapterFactory [] [src]

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

interface nsIAuthPromptAdapterFactory : nsISupports

/**
 * An interface for wrapping nsIAuthPrompt interfaces to make
 * them usable via an nsIAuthPrompt2 interface.
 */

Methods

impl nsIAuthPromptAdapterFactory
[src]

[src]

Cast this nsIAuthPromptAdapterFactory to one of its base interfaces.

impl nsIAuthPromptAdapterFactory
[src]

[src]

/**
   * Wrap an object implementing nsIAuthPrompt so that it's usable via
   * nsIAuthPrompt2.
   */

nsIAuthPrompt2 createAdapter (in nsIAuthPrompt aPrompt);

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

IID: nsIID = nsID(1625580419, 48026, 18528, [137, 98, 128, 217, 197, 192, 93, 220])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAuthPromptAdapterFactory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.