Struct xpcom::interfaces::nsIOpenSignedAppFileCallback [] [src]

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

interface nsIOpenSignedAppFileCallback : nsISupports

Methods

impl nsIOpenSignedAppFileCallback
[src]

[src]

Cast this nsIOpenSignedAppFileCallback to one of its base interfaces.

impl nsIOpenSignedAppFileCallback
[src]

[src]

void openSignedAppFileFinished (in nsresult rv, in nsIZipReader aZipReader, in nsIX509Cert aSignerCert);

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

IID: nsIID = nsID(4230701285, 39431, 18370, [162, 205, 184, 59, 104, 166, 96, 172])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIOpenSignedAppFileCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.