Struct xpcom::interfaces::nsIQuotaUsageRequest [] [src]

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

interface nsIQuotaUsageRequest : nsIQuotaRequestBase

Methods

impl nsIQuotaUsageRequest
[src]

[src]

Cast this nsIQuotaUsageRequest to one of its base interfaces.

impl nsIQuotaUsageRequest
[src]

[src]

[must_use] readonly attribute nsIVariant result;

[src]

attribute nsIQuotaUsageCallback callback;

[src]

attribute nsIQuotaUsageCallback callback;

[src]

[must_use] void cancel ();

Methods from Deref<Target = nsIQuotaRequestBase>

[src]

Cast this nsIQuotaRequestBase to one of its base interfaces.

[src]

readonly attribute nsIPrincipal principal;

[src]

[must_use] readonly attribute nsresult resultCode;

Trait Implementations

impl XpCom for nsIQuotaUsageRequest
[src]

IID: nsIID = nsID(376318182, 53101, 18727, [166, 215, 181, 27, 202, 157, 52, 105])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIQuotaUsageRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.