Struct xpcom::interfaces::nsIPresentationLocalDevice [] [src]

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

interface nsIPresentationLocalDevice : nsIPresentationDevice

Methods

impl nsIPresentationLocalDevice
[src]

[src]

Cast this nsIPresentationLocalDevice to one of its base interfaces.

impl nsIPresentationLocalDevice
[src]

[src]

readonly attribute AUTF8String windowId;

Methods from Deref<Target = nsIPresentationDevice>

[src]

Cast this nsIPresentationDevice to one of its base interfaces.

[src]

readonly attribute AUTF8String id;

[src]

readonly attribute AUTF8String name;

[src]

readonly attribute AUTF8String type;

[src]

nsIPresentationControlChannel establishControlChannel ();

[src]

void disconnect ();

[src]

boolean isRequestedUrlSupported (in DOMString requestedUrl);

Trait Implementations

impl XpCom for nsIPresentationLocalDevice
[src]

IID: nsIID = nsID(3710097184, 51894, 20405, [144, 37, 203, 162, 63, 27, 188, 45])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationLocalDevice
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.