Struct xpcom::interfaces::nsIPresentationSessionRequest [] [src]

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

interface nsIPresentationSessionRequest : nsISupports

Methods

impl nsIPresentationSessionRequest
[src]

[src]

Cast this nsIPresentationSessionRequest to one of its base interfaces.

impl nsIPresentationSessionRequest
[src]

[src]

readonly attribute nsIPresentationDevice device;

[src]

readonly attribute DOMString url;

[src]

readonly attribute DOMString presentationId;

[src]

readonly attribute 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 nsIPresentationSessionRequest
[src]

IID: nsIID = nsID(3624444036, 53496, 17754, [168, 223, 88, 121, 224, 90, 117, 91])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationSessionRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.