Struct copypasta::Clipboard [] [src]

pub struct Clipboard;

The x11 clipboard

Trait Implementations

impl Load for Clipboard
[src]

Errors encountered when working with a clipboard. Each implementation is allowed to define its own error type, but it must conform to std error. Read more

[src]

Create a clipboard

[src]

Get the primary clipboard contents.

[src]

Get the clipboard selection contents. Read more

[src]

impl Store for Clipboard
[src]

[src]

Sets the primary clipboard contents

[src]

Sets the secondary clipboard contents

[src]

Store into the specified buffer.