Struct egui_winit::clipboard::Clipboard
source · pub struct Clipboard {
arboard: Option<Clipboard>,
smithay: Option<Clipboard>,
clipboard: String,
}
Expand description
Handles interfacing with the OS clipboard.
If the “clipboard” feature is off, or we cannot connect to the OS clipboard, then a fallback clipboard that just works works within the same app is used instead.
Fields§
§arboard: Option<Clipboard>
§smithay: Option<Clipboard>
§clipboard: String
Fallback manual clipboard.