Struct xpcom::interfaces::nsIDOMXULLabeledControlElement [] [src]

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

interface nsIDOMXULLabeledControlElement : nsIDOMXULControlElement

Methods

impl nsIDOMXULLabeledControlElement
[src]

[src]

Cast this nsIDOMXULLabeledControlElement to one of its base interfaces.

impl nsIDOMXULLabeledControlElement
[src]

[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;

Methods from Deref<Target = nsIDOMXULControlElement>

[src]

Cast this nsIDOMXULControlElement to one of its base interfaces.

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

attribute long tabIndex;

[src]

attribute long tabIndex;

Trait Implementations

impl XpCom for nsIDOMXULLabeledControlElement
[src]

IID: nsIID = nsID(3314161055, 57981, 16584, [134, 90, 212, 220, 253, 146, 143, 98])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULLabeledControlElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.