Skip to main content

Module clipboard

Module clipboard 

Source
Expand description

Access the clipboard.

Structs§

Imageimage
A clipboard image.

Enums§

Content
Some clipboard content.
Error
A clipboard error.
Kind
The kind of some clipboard Content.

Functions§

read
Read the given Kind of Content from the clipboard.
read_files
Read the current file paths of the clipboard.
read_html
Read the current HTML contents of the clipboard.
read_imageimage
Read the current Image of the clipboard.
read_text
Read the current text contents of the clipboard.
write
Write the given Content to the clipboard.