Struct xpcom::interfaces::nsITCPDeviceInfo [] [src]

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

interface nsITCPDeviceInfo : nsISupports

Methods

impl nsITCPDeviceInfo
[src]

[src]

Cast this nsITCPDeviceInfo to one of its base interfaces.

impl nsITCPDeviceInfo
[src]

[src]

readonly attribute AUTF8String id;

[src]

readonly attribute AUTF8String address;

[src]

readonly attribute uint16_t port;

[src]

readonly attribute AUTF8String certFingerprint;

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

IID: nsIID = nsID(695193969, 58576, 19936, [153, 255, 173, 142, 213, 45, 222, 243])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITCPDeviceInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.