Struct xpcom::interfaces::nsIApplicationReputationQuery [] [src]

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

interface nsIApplicationReputationQuery : nsISupports

Methods

impl nsIApplicationReputationQuery
[src]

[src]

Cast this nsIApplicationReputationQuery to one of its base interfaces.

impl nsIApplicationReputationQuery
[src]

[src]

/**
 * A single-use, write-once interface for recording the metadata of the
 * downloaded file. nsIApplicationReputationService.Start() may only be called
 * once with a single query.
 */

readonly attribute nsIURI sourceURI;

[src]

readonly attribute nsIURI referrerURI;

[src]

readonly attribute AUTF8String suggestedFileName;

[src]

readonly attribute unsigned long fileSize;

[src]

readonly attribute ACString sha256Hash;

[src]

readonly attribute nsIArray signatureInfo;

[src]

readonly attribute nsIArray redirects;

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

IID: nsIID = nsID(2167239945, 43427, 17518, [166, 111, 62, 216, 204, 145, 235, 208])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIApplicationReputationQuery
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.