Function clipboard_win::raw::set
source ยท pub fn set(format: u32, data: &[u8]) -> SysResult<()>
Expand description
Copies raw bytes onto clipboard with specified format
, returning whether it was successful.
This function empties the clipboard before setting the data.