Struct xpcom::interfaces::nsIPresentationRequestUIGlue [] [src]

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

interface nsIPresentationRequestUIGlue : nsISupports

Methods

impl nsIPresentationRequestUIGlue
[src]

[src]

Cast this nsIPresentationRequestUIGlue to one of its base interfaces.

impl nsIPresentationRequestUIGlue
[src]

[src]

nsISupports sendRequest (in DOMString url, in DOMString sessionId, in nsIPresentationDevice device);

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

IID: nsIID = nsID(4205072665, 28597, 18796, [170, 76, 247, 64, 23, 122, 56, 181])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationRequestUIGlue
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.