[][src]Module wayland_client::protocol::wl_data_device

data transfer device

There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton.

A wl_data_device provides access to inter-client data transfer mechanisms such as copy-and-paste and drag-and-drop.

Structs

WlDataDevice

Enums

Error
Event
Request

Constants

EVT_DATA_OFFER_SINCE

The minimal object version supporting this event

EVT_DROP_SINCE

The minimal object version supporting this event

EVT_ENTER_SINCE

The minimal object version supporting this event

EVT_LEAVE_SINCE

The minimal object version supporting this event

EVT_MOTION_SINCE

The minimal object version supporting this event

EVT_SELECTION_SINCE

The minimal object version supporting this event

REQ_RELEASE_SINCE

The minimal object version supporting this request

REQ_SET_SELECTION_SINCE

The minimal object version supporting this request

REQ_START_DRAG_SINCE

The minimal object version supporting this request

Traits

RequestsTrait