Struct xpcom::interfaces::nsIPresentationDeviceRequest [] [src]

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

interface nsIPresentationDeviceRequest : nsISupports

Methods

impl nsIPresentationDeviceRequest
[src]

[src]

Cast this nsIPresentationDeviceRequest to one of its base interfaces.

impl nsIPresentationDeviceRequest
[src]

[src]

readonly attribute DOMString origin;

[src]

readonly attribute nsIArray requestURLs;

[src]

readonly attribute nsIDOMEventTarget chromeEventHandler;

[src]

readonly attribute nsIPrincipal principal;

[src]

void select (in nsIPresentationDevice device);

[src]

void cancel (in nsresult reason);

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

IID: nsIID = nsID(2997518186, 37960, 17514, [187, 164, 156, 41, 99, 139, 14, 212])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationDeviceRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.