Struct xpcom::interfaces::nsIPresentationDeviceManager [] [src]

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

interface nsIPresentationDeviceManager : nsISupports

Methods

impl nsIPresentationDeviceManager
[src]

[src]

Cast this nsIPresentationDeviceManager to one of its base interfaces.

impl nsIPresentationDeviceManager
[src]

[src]

readonly attribute boolean deviceAvailable;

[src]

void addDeviceProvider (in nsIPresentationDeviceProvider provider);

[src]

void removeDeviceProvider (in nsIPresentationDeviceProvider provider);

[src]

void forceDiscovery ();

[src]

nsIArray getAvailableDevices ([optional] in nsIArray presentationUrls);

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

IID: nsIID = nsID(3199606197, 15711, 17743, [161, 90, 219, 250, 3, 55, 197, 105])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationDeviceManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.