Struct xpcom::interfaces::nsIContentSignatureReceiverCallback [] [src]

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

interface nsIContentSignatureReceiverCallback : nsISupports

Methods

impl nsIContentSignatureReceiverCallback
[src]

[src]

Cast this nsIContentSignatureReceiverCallback to one of its base interfaces.

impl nsIContentSignatureReceiverCallback
[src]

[src]

/**
 * Callback for nsIContentSignatureVerifier.
 * { 0x1eb90707, 0xdf59, 0x48b7, \
 *   { 0x9d, 0x42, 0xd8, 0xbf, 0x63, 0x0a, 0xe7, 0x44 } }
 */
/**
   * Notification callback that's called by nsIContentSignatureVerifier when
   * the cert chain is downloaded.
   * If download and initialisation were successful, successful is true,
   * otherwise false. If successful is false, the verification must be aborted.
   */

void contextCreated (in boolean successful);

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

IID: nsIID = nsID(515442439, 57177, 18615, [157, 66, 216, 191, 99, 10, 231, 68])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentSignatureReceiverCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.