Module clipboard

Source

Staticsยง

SHARED_CLIPBOARD ๐Ÿ”’
A shared clipboard for use by the [DefaultClipboardDelegate]. This is protected by a mutex so that it can only be used by one thread at a time. The arboard documentation suggests that more than one thread shouldnโ€™t try to access the Windows clipboard at a time. See https://docs.rs/arboard/latest/arboard/struct.Clipboard.html.

Functionsยง

clear ๐Ÿ”’
get_text ๐Ÿ”’
set_text ๐Ÿ”’
with_shared_clipboard ๐Ÿ”’