Struct xpcom::interfaces::nsIDOMXULDescriptionElement [] [src]

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

interface nsIDOMXULDescriptionElement : nsISupports

Methods

impl nsIDOMXULDescriptionElement
[src]

[src]

Cast this nsIDOMXULDescriptionElement to one of its base interfaces.

impl nsIDOMXULDescriptionElement
[src]

[src]

attribute boolean disabled;

[src]

attribute boolean disabled;

[src]

attribute boolean crop;

[src]

attribute boolean crop;

[src]

attribute DOMString value;

[src]

attribute DOMString value;

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

IID: nsIID = nsID(1690521614, 57944, 19785, [183, 202, 201, 58, 176, 147, 28, 228])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULDescriptionElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.