MCPcopy Create free account

hub / github.com/bread-graphics/breadx / functions

Functions486 in github.com/bread-graphics/breadx

Methodshutdown
(&self)
breadx/src/name/mod.rs:334
Methodsynchronize
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
Methodsynchronize
(&mut self)
breadx/src/display/mod.rs:571
Methodsynchronize
(&mut self)
breadx/src/display/sync.rs:216
Methodsynchronize
(&mut self)
breadx/src/display/cell.rs:76
Functiontest_eventstruct_parse
()
xcb_parser/src/eventstruct.rs:92
Functiontest_parse_binop
()
xcb_parser/src/expression.rs:255
Functiontest_parse_bit
()
xcb_parser/src/expression.rs:222
Functiontest_parse_docs
()
xcb_parser/src/docs.rs:195
Functiontest_parse_enum
()
xcb_parser/src/xenum.rs:94
Functiontest_parse_enumref
()
xcb_parser/src/expression.rs:229
Functiontest_parse_error
()
xcb_parser/src/docs.rs:246
Functiontest_parse_error
()
xcb_parser/src/xstruct.rs:328
Functiontest_parse_error_empty
()
xcb_parser/src/xstruct.rs:345
Functiontest_parse_errorcopy
()
xcb_parser/src/toplevel.rs:291
Functiontest_parse_event
()
xcb_parser/src/xstruct.rs:309
Functiontest_parse_eventcopy
()
xcb_parser/src/toplevel.rs:311
Functiontest_parse_exprfield
()
xcb_parser/src/fields.rs:598
Functiontest_parse_fd
()
xcb_parser/src/fields.rs:586
Functiontest_parse_field
()
xcb_parser/src/docs.rs:226
Functiontest_parse_field
()
xcb_parser/src/fields.rs:396
Functiontest_parse_fieldref
()
xcb_parser/src/expression.rs:195
Functiontest_parse_import
()
xcb_parser/src/toplevel.rs:243
Functiontest_parse_length
()
xcb_parser/src/fields.rs:496
Functiontest_parse_list
()
xcb_parser/src/fields.rs:475
Functiontest_parse_listelementref
()
xcb_parser/src/expression.rs:303
Functiontest_parse_pad
()
xcb_parser/src/fields.rs:418
Functiontest_parse_pad_align
()
xcb_parser/src/fields.rs:456
Functiontest_parse_pad_serialize
()
xcb_parser/src/fields.rs:437
Functiontest_parse_paramref
()
xcb_parser/src/expression.rs:202
Functiontest_parse_popcount
()
xcb_parser/src/expression.rs:296
Functiontest_parse_reference
()
xcb_parser/src/docs.rs:266
Functiontest_parse_request
()
xcb_parser/src/xstruct.rs:359
Functiontest_parse_request_empty
()
xcb_parser/src/xstruct.rs:406
Functiontest_parse_request_with_reply
()
xcb_parser/src/xstruct.rs:382
Functiontest_parse_struct
()
xcb_parser/src/xstruct.rs:277
Functiontest_parse_structure_contents
()
xcb_parser/src/fields.rs:619
Functiontest_parse_structure_contents_with_docs
()
xcb_parser/src/fields.rs:712
Functiontest_parse_structure_contents_with_reply
()
xcb_parser/src/fields.rs:658
Functiontest_parse_sumof
()
xcb_parser/src/expression.rs:270
Functiontest_parse_sumof_empty
()
xcb_parser/src/expression.rs:283
Functiontest_parse_switch
()
xcb_parser/src/fields.rs:510
Functiontest_parse_typedef
()
xcb_parser/src/toplevel.rs:224
Functiontest_parse_union
()
xcb_parser/src/xstruct.rs:293
Functiontest_parse_unop
()
xcb_parser/src/expression.rs:242
Functiontest_parse_value
()
xcb_parser/src/expression.rs:215
Functiontest_parse_valueparam
()
xcb_parser/src/fields.rs:564
Functiontest_parse_xidtype
()
xcb_parser/src/toplevel.rs:256
Functiontest_parse_xidunion
()
xcb_parser/src/toplevel.rs:269
Functiontest_read_buffer
()
breadx/src/connection/buffered.rs:731
Functiontest_read_header
()
xcb_parser/src/lib.rs:274
Functiontest_read_header_with_extension
()
xcb_parser/src/lib.rs:291
Functiontest_read_vectored
()
breadx/src/connection/buffered.rs:633
Functiontest_read_xcb
()
xcb_parser/src/lib.rs:308
Functiontest_recv_slices_and_fds
()
breadx/src/connection/test.rs:183
Functiontest_send_slices_and_fds
()
breadx/src/connection/test.rs:152
Functiontest_write_buffer
()
breadx/src/connection/buffered.rs:708
Functiontest_write_vectored
()
breadx/src/connection/buffered.rs:603
Functiontest_write_vectored_without_fds
()
breadx/src/connection/buffered.rs:682
Methodtrace
(self, f: impl FnOnce(&T))
breadx/src/utils/mod.rs:36
Methodtry_check_for_error
(&mut self, seq: u64, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:352
Methodtry_flush
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:340
Methodtry_generate_xid
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:344
Methodtry_maximum_request_length
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/tokio_support.rs:355
Methodtry_maximum_request_length
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:348
Methodtry_send_request_raw
( &mut self, req: &mut RawRequest<'_, '_>, ctx: &mut Context<'_>, )
breadx/src/rt_support/async_std_support.rs:320
Methodtry_status_inner
( &self, ctx: &mut Context<'_>, f: impl FnOnce(&mut Dpy, &mut Context<'_>) -> Result<A
breadx/src/display/sync.rs:103
Methodtry_wait_for_event
(&mut self, ctx: &mut Context<'_>)
breadx/src/rt_support/async_std_support.rs:336
Methodtry_wait_for_reply_raw
( &mut self, seq: u64, ctx: &mut Context<'_>, )
breadx/src/rt_support/async_std_support.rs:328
Functionunblock_works
()
breadx/src/utils/unblock.rs:204
Functionunix_connections
(path: PathBuf)
breadx/src/name/nb_connect.rs:154
Methodunsupported
(&self)
breadx/src/error.rs:232
Methodupdate_max_len
Update the maximum length.
breadx/src/display/tests/sequencing.rs:55
Functionuseless_fd
()
breadx/src/connection/sendmsg.rs:319
Methodvoid_request
Indicate that the client should send a request with a void reply.
breadx/src/display/tests/sequencing.rs:75
Methodwait
Wait for a packet from the server, using the given strategy.
breadx/src/display/basic.rs:208
Methodwait_for_event
(&mut self)
breadx/src/display/basic.rs:612
Methodwait_for_event
(&mut self)
breadx/src/display/sync.rs:196
Methodwait_for_event
(&mut self)
breadx/src/display/cell.rs:60
Methodwait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/basic.rs:607
Methodwait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/sync.rs:200
Methodwait_for_reply_raw
(&mut self, seq: u64)
breadx/src/display/cell.rs:64
Methodwith_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
Methodwith_connection
Create a new `BasicDisplay` from an existing connection and a `Setup`.
breadx/src/display/basic.rs:131
Methodwith_ref
(&self, f: impl FnOnce(&T) -> Result<R>)
breadx/src/display/poison.rs:34
Methodwith_span
(mut self, span: Span)
breadx/src/futures/send_request.rs:74
← previous401–486 of 486, ranked by callers