Struct xpcom::interfaces::nsIClipboardOwner [] [src]

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

interface nsIClipboardOwner : nsISupports

Methods

impl nsIClipboardOwner
[src]

[src]

Cast this nsIClipboardOwner to one of its base interfaces.

impl nsIClipboardOwner
[src]

[src]

/**
    * Notifies the owner of the clipboard transferable that the
    * transferable is being removed from the clipboard
    *
    * @param  aTransferable The transferable
    * @result NS_Ok if no errors
    */

void LosingOwnership (in nsITransferable aTransferable);

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

IID: nsIID = nsID(1513211809, 57634, 4562, [154, 87, 0, 0, 100, 101, 115, 116])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIClipboardOwner
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.