Struct xpcom::interfaces::nsIDOMNSEditableElement [] [src]

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

interface nsIDOMNSEditableElement : nsISupports

/**
 * This interface is implemented by elements which have inner editable content,
 * such as HTML input and textarea.
 *
 * Please make sure to update the HTMLTextAreaElement and HTMLInputElement
 * Web IDL interfaces to mirror this interface when changing it.
 *
 */

Methods

impl nsIDOMNSEditableElement
[src]

[src]

Cast this nsIDOMNSEditableElement to one of its base interfaces.

impl nsIDOMNSEditableElement
[src]

[src]

[noscript] readonly attribute nsIEditor editor;

[src]

[noscript] void setUserInput (in DOMString input);

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

IID: nsIID = nsID(889445940, 26161, 17812, [183, 190, 195, 111, 246, 165, 32, 196])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMNSEditableElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.