Struct xpcom::interfaces::nsIXMLHttpRequestUpload [] [src]

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

interface nsIXMLHttpRequestUpload : nsIXMLHttpRequestEventTarget

Methods

impl nsIXMLHttpRequestUpload
[src]

[src]

Cast this nsIXMLHttpRequestUpload to one of its base interfaces.

Methods from Deref<Target = nsIXMLHttpRequestEventTarget>

[src]

Cast this nsIXMLHttpRequestEventTarget to one of its base interfaces.

Trait Implementations

impl XpCom for nsIXMLHttpRequestUpload
[src]

IID: nsIID = nsID(3612102084, 48268, 20317, [183, 241, 18, 26, 72, 117, 10, 190])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXMLHttpRequestUpload
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.