Struct xpcom::interfaces::nsIGeneratingKeypairInfoDialogs [] [src]

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

interface nsIGeneratingKeypairInfoDialogs : nsISupports

/**
 * nsIGeneratingKeypairInfoDialogs
 *  This is the interface for giving feedback to the user
 *  while generating a key pair.
 */

Methods

impl nsIGeneratingKeypairInfoDialogs
[src]

[src]

Cast this nsIGeneratingKeypairInfoDialogs to one of its base interfaces.

impl nsIGeneratingKeypairInfoDialogs
[src]

[src]

[must_use] void displayGeneratingKeypairInfo (in nsIInterfaceRequestor ctx, in nsIKeygenThread runnable);

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

IID: nsIID = nsID(297753820, 7634, 4530, [186, 106, 199, 106, 251, 50, 111, 161])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGeneratingKeypairInfoDialogs
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.