Struct xpcom::interfaces::nsIWebSocketEventService [] [src]

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

interface nsIWebSocketEventService : nsISupports

Methods

impl nsIWebSocketEventService
[src]

[src]

Cast this nsIWebSocketEventService to one of its base interfaces.

impl nsIWebSocketEventService
[src]

[src]

[must_use] void addListener (in unsigned long long aInnerWindowID, in nsIWebSocketEventListener aListener);

[src]

[must_use] void removeListener (in unsigned long long aInnerWindowID, in nsIWebSocketEventListener aListener);

[src]

[must_use] bool hasListenerFor (in unsigned long long aInnerWindowID);

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

IID: nsIID = nsID(3097303952, 11507, 19855, [172, 33, 90, 237, 251, 37, 199, 96])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWebSocketEventService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.