Struct xpcom::interfaces::nsIServerTiming [] [src]

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

interface nsIServerTiming : nsISupports

Methods

impl nsIServerTiming
[src]

[src]

Cast this nsIServerTiming to one of its base interfaces.

impl nsIServerTiming
[src]

[src]

[must_use] readonly attribute ACString name;

[src]

[must_use] readonly attribute double duration;

[src]

[must_use] readonly attribute ACString description;

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

IID: nsIID = nsID(3269060955, 40137, 20295, [158, 246, 29, 224, 207, 126, 188, 117])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIServerTiming
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.