Struct xpcom::interfaces::nsIDOMXULSelectControlItemElement [] [src]

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

interface nsIDOMXULSelectControlItemElement : nsISupports

Methods

impl nsIDOMXULSelectControlItemElement
[src]

[src]

Cast this nsIDOMXULSelectControlItemElement to one of its base interfaces.

impl nsIDOMXULSelectControlItemElement
[src]

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

attribute DOMString crop;

[src]

attribute DOMString crop;

[src]

attribute DOMString image;

[src]

attribute DOMString image;

[src]

attribute DOMString label;

[src]

attribute DOMString label;

[src]

attribute DOMString accessKey;

[src]

attribute DOMString accessKey;

[src]

attribute DOMString command;

[src]

attribute DOMString command;

[src]

attribute DOMString value;

[src]

attribute DOMString value;

[src]

readonly attribute boolean selected;

[src]

readonly attribute nsIDOMXULSelectControlElement control;

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

IID: nsIID = nsID(1550574991, 6111, 18256, [136, 165, 74, 89, 172, 40, 173, 201])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULSelectControlItemElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.