Struct xpcom::interfaces::nsIDroppedLinkItem [] [src]

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

interface nsIDroppedLinkItem : nsISupports

Methods

impl nsIDroppedLinkItem
[src]

[src]

Cast this nsIDroppedLinkItem to one of its base interfaces.

impl nsIDroppedLinkItem
[src]

[src]

/**
   * Returns the URL of the link.
   */

readonly attribute DOMString url;

[src]

/**
   * Returns the link name.
   */

readonly attribute DOMString name;

[src]

/**
   * Returns the MIME-Type.
   */

readonly attribute DOMString type;

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

IID: nsIID = nsID(1776373649, 11785, 19622, [165, 17, 167, 21, 201, 154, 40, 4])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDroppedLinkItem
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.