Struct xpcom::interfaces::nsIProfilerStartParams [] [src]

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

interface nsIProfilerStartParams : nsISupports

/**
 * Start-up parameters for subprocesses are passed through nsIObserverService,
 * which, unfortunately, means we need to implement nsISupports in order to
 * go through it.
 */

Methods

impl nsIProfilerStartParams
[src]

[src]

Cast this nsIProfilerStartParams to one of its base interfaces.

impl nsIProfilerStartParams
[src]

[src]

readonly attribute uint32_t entries;

[src]

readonly attribute double interval;

[src]

readonly attribute uint32_t features;

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

IID: nsIID = nsID(169302951, 36815, 19689, [156, 75, 204, 198, 39, 47, 68, 37])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProfilerStartParams
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.