Struct xpcom::interfaces::nsIQuotaRequest [] [src]

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

interface nsIQuotaRequest : nsIQuotaRequestBase

Methods

impl nsIQuotaRequest
[src]

[src]

Cast this nsIQuotaRequest to one of its base interfaces.

impl nsIQuotaRequest
[src]

[src]

[must_use] readonly attribute nsIVariant result;

[src]

attribute nsIQuotaCallback callback;

[src]

attribute nsIQuotaCallback callback;

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

IID: nsIID = nsID(579407422, 65317, 17266, [150, 132, 217, 1, 6, 14, 47, 108])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIQuotaRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.