Struct xpcom::interfaces::nsITokenPasswordDialogs [] [src]

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

interface nsITokenPasswordDialogs : nsISupports

/**
 *  This is the interface for setting and changing password
 *  on a PKCS11 token.
 */

Methods

impl nsITokenPasswordDialogs
[src]

[src]

Cast this nsITokenPasswordDialogs to one of its base interfaces.

impl nsITokenPasswordDialogs
[src]

[src]

/**
   * Brings up a dialog to set the password on a token.
   *
   * @param ctx A user interface context.
   * @param tokenName Name of the token.
   * @return true if the user canceled the dialog, false otherwise.
   */

[must_use] boolean setPassword (in nsIInterfaceRequestor ctx, in AString tokenName);

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

IID: nsIID = nsID(2279331402, 17510, 18254, [149, 245, 26, 209, 206, 229, 112, 44])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITokenPasswordDialogs
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.