Struct xpcom::interfaces::nsIPresentationDeviceListener [] [src]

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

interface nsIPresentationDeviceListener : nsISupports

Methods

impl nsIPresentationDeviceListener
[src]

[src]

Cast this nsIPresentationDeviceListener to one of its base interfaces.

impl nsIPresentationDeviceListener
[src]

[src]

void addDevice (in nsIPresentationDevice device);

[src]

void removeDevice (in nsIPresentationDevice device);

[src]

void updateDevice (in nsIPresentationDevice device);

[src]

void onSessionRequest (in nsIPresentationDevice device, in DOMString url, in DOMString presentationId, in nsIPresentationControlChannel controlChannel);

[src]

void onTerminateRequest (in nsIPresentationDevice device, in DOMString presentationId, in nsIPresentationControlChannel controlChannel, in boolean aIsFromReceiver);

[src]

void onReconnectRequest (in nsIPresentationDevice device, in DOMString url, in DOMString presentationId, in nsIPresentationControlChannel controlChannel);

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

IID: nsIID = nsID(1190999851, 11840, 16761, [155, 54, 4, 120, 209, 65, 228, 64])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationDeviceListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.