Function clipboard_win::raw::get_string
source ยท pub fn get_string(out: &mut Vec<u8>) -> SysResult<usize>
Expand description
Copies raw bytes from clipboard with specified format
, appending to out
buffer.
Returns number of copied bytes on success, otherwise 0.