Struct xpcom::interfaces::nsILocalCertGetCallback [] [src]

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

interface nsILocalCertGetCallback : nsISupports

Methods

impl nsILocalCertGetCallback
[src]

[src]

Cast this nsILocalCertGetCallback to one of its base interfaces.

impl nsILocalCertGetCallback
[src]

[src]

/**
   * Called with the result of the getOrCreateCert operation above.
   *
   * @param cert   Requested cert, or null if some error
   * @param result Result code from the get operation
   */

void handleCert (in nsIX509Cert cert, in nsresult result);

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

IID: nsIID = nsID(3423167294, 31856, 16531, [169, 207, 121, 171, 103, 108, 168, 169])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsILocalCertGetCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.