Struct clipboard_master::Master[][src]

pub struct Master<H> { /* fields omitted */ }
Expand description

Clipboard master.

Tracks changes of clipboard and invokes corresponding callbacks.

Platform notes:

  • On windows it creates dummy window that monitors each clipboard change message.

Implementations

Starts Master by waiting for any change

Creates new instance.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.