Struct xpcom::interfaces::nsIPresentationChannelDescription [] [src]

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

interface nsIPresentationChannelDescription : nsISupports

Methods

impl nsIPresentationChannelDescription
[src]

[src]

Cast this nsIPresentationChannelDescription to one of its base interfaces.

impl nsIPresentationChannelDescription
[src]

TYPE_TCP: i64 = 1

TYPE_DATACHANNEL: i64 = 2

[src]

readonly attribute uint8_t type;

[src]

readonly attribute nsIArray tcpAddress;

[src]

readonly attribute uint16_t tcpPort;

[src]

readonly attribute DOMString dataChannelSDP;

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

IID: nsIID = nsID(2922483205, 10830, 20357, [149, 192, 232, 177, 145, 173, 129, 44])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationChannelDescription
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.