Struct xpcom::interfaces::nsIPresentationSessionTransport [] [src]

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

interface nsIPresentationSessionTransport : nsISupports

Methods

impl nsIPresentationSessionTransport
[src]

[src]

Cast this nsIPresentationSessionTransport to one of its base interfaces.

impl nsIPresentationSessionTransport
[src]

[src]

attribute nsIPresentationSessionTransportCallback callback;

[src]

attribute nsIPresentationSessionTransportCallback callback;

[src]

readonly attribute nsINetAddr selfAddress;

[src]

void enableDataNotification ();

[src]

void send (in DOMString data);

[src]

void sendBinaryMsg (in ACString data);

[src]

void sendBlob (in nsIDOMBlob blob);

[src]

void close (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 nsIPresentationSessionTransport
[src]

IID: nsIID = nsID(1728806427, 26046, 17078, [165, 150, 190, 87, 25, 7, 250, 24])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationSessionTransport
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.