Struct xpcom::interfaces::nsIUDPSocketInternal [] [src]

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

interface nsIUDPSocketInternal : nsISupports

Methods

impl nsIUDPSocketInternal
[src]

[src]

Cast this nsIUDPSocketInternal to one of its base interfaces.

impl nsIUDPSocketInternal
[src]

[src]

void callListenerOpened ();

[src]

void callListenerConnected ();

[src]

void callListenerClosed ();

[src]

void callListenerReceivedData (in AUTF8String host, in unsigned short port, [array, size_is (dataLength), const] in uint8_t data, in unsigned long dataLength);

[src]

void callListenerError (in AUTF8String message, in AUTF8String filename, in uint32_t lineNumber);

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

IID: nsIID = nsID(1631441837, 22923, 19881, [173, 99, 187, 218, 80, 194, 0, 152])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUDPSocketInternal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.