[][src]Trait wayland_protocols::wlr::unstable::data_control::v1::client::zwlr_data_control_device_v1::RequestsTrait

pub trait RequestsTrait {
    fn set_selection(&self, source: Option<&Proxy<ZwlrDataControlSourceV1>>);
fn destroy(&self); }

Required methods

fn set_selection(&self, source: Option<&Proxy<ZwlrDataControlSourceV1>>)

copy data to the selection

All objects created by the device will still remain valid, until their appropriate destroy request has been called.

fn destroy(&self)

destroy this data device

Destroys the data device object.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwlrDataControlDeviceV1>[src]

Loading content...

Implementors

Loading content...