Struct xpcom::interfaces::nsIQuotaOriginUsageResult [] [src]

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

interface nsIQuotaOriginUsageResult : nsISupports

Methods

impl nsIQuotaOriginUsageResult
[src]

[src]

Cast this nsIQuotaOriginUsageResult to one of its base interfaces.

impl nsIQuotaOriginUsageResult
[src]

[src]

readonly attribute unsigned long long usage;

[src]

readonly attribute unsigned long long fileUsage;

[src]

readonly attribute unsigned long long limit;

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

IID: nsIID = nsID(2531197906, 4458, 18751, [187, 11, 17, 140, 33, 42, 107, 50])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIQuotaOriginUsageResult
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.