Struct clipboard_win::formats::Unicode[][src]

pub struct Unicode;
Expand description

Format to read/write unicode string.

Refer to Getter and Setter

Trait Implementations

Reads content of clipboard into out, returning number of bytes read on success, or otherwise 0.

Reads content of clipboard into out, returning number of bytes read on success, or otherwise 0.

Writes content of data onto clipboard, returning whether it was successful or not

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.