Struct xpcom::interfaces::nsIHashable [] [src]

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

interface nsIHashable : nsISupports

/**
 * Represents an object that can be stored in a hashtable.
 */

Methods

impl nsIHashable
[src]

[src]

Cast this nsIHashable to one of its base interfaces.

impl nsIHashable
[src]

[src]

/**
   * Is this object the equivalent of the other object?
   */

boolean equals (in nsIHashable aOther);

[src]

/**
   * A generated hashcode for this object. Objects that are equivalent
   * must have the same hash code. Getting this property should never
   * throw an exception!
   */

readonly attribute unsigned long hashCode;

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

IID: nsIID = nsID(400922106, 46458, 18739, [189, 15, 177, 129, 46, 138, 177, 136])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHashable
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.