Struct xpcom::interfaces::nsIDOMClipboardEvent [] [src]

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

interface nsIDOMClipboardEvent : nsISupports

Methods

impl nsIDOMClipboardEvent
[src]

[src]

Cast this nsIDOMClipboardEvent to one of its base interfaces.

impl nsIDOMClipboardEvent
[src]

[src]

readonly attribute nsIDOMDataTransfer clipboardData;

[src]

[noscript] void initClipboardEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIDOMDataTransfer clipboardData);

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

IID: nsIID = nsID(3041747268, 14720, 18581, [131, 199, 130, 241, 88, 188, 28, 245])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMClipboardEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.