Struct xpcom::interfaces::mozISandboxReportArray [] [src]

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

interface mozISandboxReportArray : nsISupports

Methods

impl mozISandboxReportArray
[src]

[src]

Cast this mozISandboxReportArray to one of its base interfaces.

impl mozISandboxReportArray
[src]

[src]

readonly attribute uint64_t begin;

[src]

readonly attribute uint64_t end;

[src]

mozISandboxReport getElement (in uint64_t aIndex);

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

IID: nsIID = nsID(1854928613, 1481, 17107, [133, 61, 64, 82, 63, 216, 106, 80])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozISandboxReportArray
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.