Function clipboard_win::raw::set_without_clear

source ยท
pub fn set_without_clear(format: u32, data: &[u8]) -> SysResult<()>
Expand description

Copies raw bytes onto the clipboard with the specified format, returning whether it was successful.

This function does not empty the clipboard before setting the data.