Struct xpcom::interfaces::mozISandboxReport [] [src]

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

interface mozISandboxReport : nsISupports

Methods

impl mozISandboxReport
[src]

[src]

Cast this mozISandboxReport to one of its base interfaces.

impl mozISandboxReport
[src]

[src]

readonly attribute uint64_t msecAgo;

[src]

readonly attribute int32_t pid;

[src]

readonly attribute int32_t tid;

[src]

readonly attribute ACString procType;

[src]

readonly attribute uint32_t syscall;

[src]

readonly attribute uint32_t numArgs;

[src]

ACString getArg (in uint32_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 mozISandboxReport
[src]

IID: nsIID = nsID(3978200275, 13126, 17121, [178, 140, 231, 106, 119, 245, 73, 240])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozISandboxReport
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.