Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bread-graphics/breadx
/ functions
Functions
486 in github.com/bread-graphics/breadx
⨍
Functions
486
◇
Types & classes
96
Method
shutdown
(&self)
breadx/src/name/mod.rs:334
Method
synchronize
Synchronize this display with the server. By default, this function sends and receives a low-cost request. This is useful for ensuring that the serve
breadx/src/display/mod.rs:276
Method
synchronize
(&mut self)
breadx/src/display/mod.rs:571
Method
synchronize
(&mut self)
breadx/src/display/sync.rs:216
Method
synchronize
(&mut self)
breadx/src/display/cell.rs:76
Function
test_eventstruct_parse
()
xcb_parser/src/eventstruct.rs:92
Function
test_parse_binop
()
xcb_parser/src/expression.rs:255
Function
test_parse_bit
()
xcb_parser/src/expression.rs:222
Function
test_parse_docs
()
xcb_parser/src/docs.rs:195
Function
test_parse_enum
()
xcb_parser/src/xenum.rs:94
Function
test_parse_enumref
()
xcb_parser/src/expression.rs:229
Function
test_parse_error
()
xcb_parser/src/docs.rs:246
Function
test_parse_error
()
xcb_parser/src/xstruct.rs:328
Function
test_parse_error_empty
()
xcb_parser/src/xstruct.rs:345
Function
test_parse_errorcopy
()
xcb_parser/src/toplevel.rs:291
Function
test_parse_event
()
xcb_parser/src/xstruct.rs:309
Function
test_parse_eventcopy
()
xcb_parser/src/toplevel.rs:311
Function
test_parse_exprfield
()
xcb_parser/src/fields.rs:598
Function
test_parse_fd
()
xcb_parser/src/fields.rs:586
Function
test_parse_field
()
xcb_parser/src/docs.rs:226
Function
test_parse_field
()
xcb_parser/src/fields.rs:396
Function
test_parse_fieldref
()
xcb_parser/src/expression.rs:195
Function
test_parse_import
()
xcb_parser/src/toplevel.rs:243
Function
test_parse_length
()
xcb_parser/src/fields.rs:496
Function
test_parse_list
()
xcb_parser/src/fields.rs:475
Function
test_parse_listelementref
()
xcb_parser/src/expression.rs:303
Function
test_parse_pad
()
xcb_parser/src/fields.rs:418
Function
test_parse_pad_align
()
xcb_parser/src/fields.rs:456
Function
test_parse_pad_serialize
()
xcb_parser/src/fields.rs:437
Function
test_parse_paramref
()
xcb_parser/src/expression.rs:202
Function
test_parse_popcount
()
xcb_parser/src/expression.rs:296
Function
test_parse_reference
()
xcb_parser/src/docs.rs:266
Function
test_parse_request
()
xcb_parser/src/xstruct.rs:359
Function
test_parse_request_empty
()
xcb_parser/src/xstruct.rs:406
Function
test_parse_request_with_reply
()
xcb_parser/src/xstruct.rs:382
Function
test_parse_struct
()
xcb_parser/src/xstruct.rs:277
Function
test_parse_structure_contents
()
xcb_parser/src/fields.rs:619
Function
test_parse_structure_contents_with_docs
()
xcb_parser/src/fields.rs:712
Function
test_parse_structure_contents_with_reply
()
xcb_parser/src/fields.rs:658
Function
test_parse_sumof
()
xcb_parser/src/expression.rs:270
Function
test_parse_sumof_empty
()
xcb_parser/src/expression.rs:283
Function
test_parse_switch
()
xcb_parser/src/fields.rs:510
Function
test_parse_typedef
()
xcb_parser/src/toplevel.rs:224
Function
test_parse_union
()
xcb_parser/src/xstruct.rs:293
Function
test_parse_unop
()
xcb_parser/src/expression.rs:242
Function
test_parse_value
()
xcb_parser/src/expression.rs:215
Function
test_parse_valueparam
()
xcb_parser/src/fields.rs:564
Function
test_parse_xidtype
()
xcb_parser/src/toplevel.rs:256
Function
test_parse_xidunion
()
xcb_parser/src/toplevel.rs:269
Function
test_read_buffer
()
breadx/src/connection/buffered.rs:731
Function
test_read_header
()
xcb_parser/src/lib.rs:274
Function
test_read_header_with_extension
()
xcb_parser/src/lib.rs:291
Function
test_read_vectored
()
breadx/src/connection/buffered.rs:633
Function
test_read_xcb
()
xcb_parser/src/lib.rs:308
Function
test_recv_slices_and_fds
()
breadx/src/connection/test.rs:183
Function
test_send_slices_and_fds
()
breadx/src/connection/test.rs:152
Function
test_write_buffer
()
breadx/src/connection/buffered.rs:708
Function
test_write_vectored
()
breadx/src/connection/buffered.rs:603
Function
test_write_vectored_without_fds
()
breadx/src/connection/buffered.rs:682
Method
trace
(self, f: impl FnOnce(&T))
breadx/src/utils/mod.rs:36
Method
try_check_for_error
(&mut self, seq: u64, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:352
Method
try_flush
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:340
Method
try_generate_xid
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:344
Method
try_maximum_request_length
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/tokio_support.rs:355
Method
try_maximum_request_length
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:348
Method
try_send_request_raw
( &mut self, req: &mut RawRequest<'_, '_>, ctx: &mut Context<'_>, )
breadx/src/rt_support/async_std_support.rs:320
Method
try_status_inner
( &self, ctx: &mut Context<'_>, f: impl FnOnce(&mut Dpy, &mut Context<'_>) -> Result<A
breadx/src/display/sync.rs:103
Method
try_wait_for_event
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:336
Method
try_wait_for_reply_raw
( &mut self, seq: u64, ctx: &mut Context<'_>, )
breadx/src/rt_support/async_std_support.rs:328
Function
unblock_works
()
breadx/src/utils/unblock.rs:204
Function
unix_connections
(path: PathBuf)
breadx/src/name/nb_connect.rs:154
Method
unsupported
(&self)
breadx/src/error.rs:232
Method
update_max_len
Update the maximum length.
breadx/src/display/tests/sequencing.rs:55
Function
useless_fd
()
breadx/src/connection/sendmsg.rs:319
Method
void_request
Indicate that the client should send a request with a void reply.
breadx/src/display/tests/sequencing.rs:75
Method
wait
Wait for a packet from the server, using the given strategy.
breadx/src/display/basic.rs:208
Method
wait_for_event
(&mut self)
breadx/src/display/basic.rs:612
Method
wait_for_event
(&mut self)
breadx/src/display/sync.rs:196
Method
wait_for_event
(&mut self)
breadx/src/display/cell.rs:60
Method
wait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/basic.rs:607
Method
wait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/sync.rs:200
Method
wait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/cell.rs:64
Method
with_capacity
Create a new `BufConnection` from a given connection, with the given read and write capacities. This can be useful if you expect your program to use
breadx/src/connection/buffered.rs:182
Method
with_connection
Create a new `BasicDisplay` from an existing connection and a `Setup`.
breadx/src/display/basic.rs:131
Method
with_ref
(&self, f: impl FnOnce(&T) -> Result<R>)
breadx/src/display/poison.rs:34
Method
with_span
(mut self, span: Span)
breadx/src/futures/send_request.rs:74
← previous
401–486 of 486, ranked by callers