Function clipboard_win::raw::get
source ยท pub fn get(format: u32, out: &mut [u8]) -> SysResult<usize>
Expand description
Copies raw bytes from clipboard with specified format
Returns number of copied bytes on success, otherwise 0.
It is safe to pass uninit memory