Struct xpcom::interfaces::nsIDOMXULLabelElement [] [src]

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

interface nsIDOMXULLabelElement : nsIDOMXULDescriptionElement

Methods

impl nsIDOMXULLabelElement
[src]

[src]

Cast this nsIDOMXULLabelElement to one of its base interfaces.

impl nsIDOMXULLabelElement
[src]

[src]

attribute DOMString accessKey;

[src]

attribute DOMString accessKey;

[src]

attribute DOMString control;

[src]

attribute DOMString control;

Methods from Deref<Target = nsIDOMXULDescriptionElement>

[src]

Cast this nsIDOMXULDescriptionElement to one of its base interfaces.

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

attribute boolean crop;

[src]

attribute boolean crop;

[src]

attribute DOMString value;

[src]

attribute DOMString value;

Trait Implementations

impl XpCom for nsIDOMXULLabelElement
[src]

IID: nsIID = nsID(2338793579, 49030, 18440, [138, 104, 236, 219, 199, 217, 135, 123])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULLabelElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.