Struct xpcom::interfaces::nsIFullHashMatch [] [src]

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

interface nsIFullHashMatch : nsISupports

/**
 * This interface contains feilds in Matches object of FullHashResponse(V4).
 * Reference from:
 * https://developers.google.com/safe-browsing/v4/update-api#http-post-response_2
 */

Methods

impl nsIFullHashMatch
[src]

[src]

Cast this nsIFullHashMatch to one of its base interfaces.

impl nsIFullHashMatch
[src]

[src]

readonly attribute ACString tableName;

[src]

readonly attribute ACString fullHash;

[src]

readonly attribute uint32_t cacheDuration;

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

IID: nsIID = nsID(2864624910, 55799, 16782, [148, 105, 44, 217, 96, 137, 88, 192])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFullHashMatch
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.