Module wl_clipboard_rs::copy
source · Expand description
Copying and clearing clipboard contents.
Structs§
- Source for copying, with a MIME type.
- Options and flags that are used to customize the copying.
- A copy operation ready to start serving requests.
Enums§
- The clipboard to operate on.
- Errors that can occur for copying and clearing the clipboard.
- MIME type to offer the copied data under.
- Seat to operate on.
- Number of paste requests to serve.
- Source for copying.
- Errors that can occur for copying the source data to a temporary file.
Functions§
- Clears the clipboard for the given seat.
- Copies data to the clipboard.
- Copies data to the clipboard, offering multiple data sources.
- Prepares a data copy to the clipboard.
- Prepares a data copy to the clipboard, offering multiple data sources.