Module x11rb_protocol::utils
source · Expand description
Utility functions that are not specific to X11.
§RawFdContainer
RawFdContainer
is a variant of std::os::unix::io::RawFd
with ownership semantics. This
means that the RawFd
will be closed when the RawFdContainer
is dropped.
On non-cfg(unix)
-systems, this is an empty type without methods. It still exists as a type so
that it can appear in interfaces, but it is not actually possible to construct an instance of
RawFdContainer
.
Modules§
Type Aliases§
- A type representative of the file descriptors as they are sent to and from the X server.