Struct xpcom::interfaces::nsICacheDeviceInfo [] [src]

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

interface nsICacheDeviceInfo : nsISupports

Methods

impl nsICacheDeviceInfo
[src]

[src]

Cast this nsICacheDeviceInfo to one of its base interfaces.

impl nsICacheDeviceInfo
[src]

[src]

/**
     * Get a human readable description of the cache device.
     */

readonly attribute ACString description;

[src]

/**
     * Get a usage report, statistics, miscellaneous data about
     * the cache device.
     */

readonly attribute ACString usageReport;

[src]

/**
     * Get the number of stored cache entries.
     */

readonly attribute unsigned long entryCount;

[src]

/**
     * Get the total size of the stored cache entries.
     */

readonly attribute unsigned long totalSize;

[src]

/**
     * Get the upper limit of the size of the data the cache can store.
     */

readonly attribute unsigned long maximumSize;

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

IID: nsIID = nsID(835830420, 7634, 4530, [190, 58, 199, 146, 48, 220, 162, 151])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICacheDeviceInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.