MCPcopy Create free account

hub / github.com/DoumanAsh/clipboard-win / functions

Functions118 in github.com/DoumanAsh/clipboard-win

Methodshift_by_char_boundary
(text: &[u8], mut size: usize)
src/utils.rs:150
Functionshould_get_clipboard_event
()
tests/monitor.rs:4
Functionshould_set_file_list
()
tests/test_clip.rs:5
Functionshould_set_get_html
()
tests/test_clip.rs:128
Functionshould_set_owner
()
tests/test_clip.rs:113
Functionshould_work_with_bitmap
()
tests/test_clip.rs:21
Functionshould_work_with_bytes
()
tests/test_clip.rs:71
Functionshould_work_with_set_empty_string
()
tests/test_clip.rs:96
Functionshould_work_with_string
()
tests/test_clip.rs:35
Functionshould_work_with_wide_string
()
tests/test_clip.rs:55
Functionsize
Retrieves size of clipboard data for specified format. Pre-conditions: [open()](fn.open.html) has been called. Returns: Size in bytes if format is
src/raw.rs:198
Methodsize_hint
Relies on `count_formats` so it is only reliable when hinting size for enumeration of all formats. Doesn't require opened clipboard.
src/raw.rs:975
Functionsize_unsafe
Retrieves size of clipboard data for specified format. Pre-conditions: [open()](fn.open.html) has been called. Returns: Size in bytes if format pr
src/raw.rs:179
Functionunlock_data
(data: *mut c_void, _: usize)
src/utils.rs:37
Functionwith_clipboard
Runs provided callable with open clipboard, returning whether clipboard was open successfully. If clipboard fails to open, callable is not invoked.
src/lib.rs:190
Functionwith_clipboard_attempts
Runs provided callable with open clipboard, returning whether clipboard was open successfully. If clipboard fails to open, attempts `num` number of r
src/lib.rs:201
Methodwrite_str
(&mut self, input: &str)
src/utils.rs:223
Methodwrite_str
(&mut self, input: &str)
src/html.rs:41
← previous101–118 of 118, ranked by callers