Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoumanAsh/clipboard-win
/ functions
Functions
118 in github.com/DoumanAsh/clipboard-win
⨍
Functions
118
◇
Types & classes
28
Method
shift_by_char_boundary
(text: &[u8], mut size: usize)
src/utils.rs:150
Function
should_get_clipboard_event
()
tests/monitor.rs:4
Function
should_set_file_list
()
tests/test_clip.rs:5
Function
should_set_get_html
()
tests/test_clip.rs:128
Function
should_set_owner
()
tests/test_clip.rs:113
Function
should_work_with_bitmap
()
tests/test_clip.rs:21
Function
should_work_with_bytes
()
tests/test_clip.rs:71
Function
should_work_with_set_empty_string
()
tests/test_clip.rs:96
Function
should_work_with_string
()
tests/test_clip.rs:35
Function
should_work_with_wide_string
()
tests/test_clip.rs:55
Function
size
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
Method
size_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
Function
size_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
Function
unlock_data
(data: *mut c_void, _: usize)
src/utils.rs:37
Function
with_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
Function
with_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
Method
write_str
(&mut self, input: &str)
src/utils.rs:223
Method
write_str
(&mut self, input: &str)
src/html.rs:41
← previous
101–118 of 118, ranked by callers