Module clipboard

Source
Expand description

Access the clipboard.

Re-exports§

pub use dnd;
pub use mime;

Functions§

read
Read the current contents of the clipboard.
read_data
Read the current contents of the clipboard.
read_primary
Read the current contents of the primary clipboard.
read_primary_data
Read from the primary clipboard
write
Write the given contents to the clipboard.
write_data
Write the given contents to the clipboard.
write_primary
Write the given contents to the primary clipboard.
write_primary_data
Write the given contents to the clipboard.